OAuth1.0 Verify Signature

GET {{baseUrl}}/oauth1

OAuth1.0a is a specification that defines a protocol that can be used by one service to access protected resources (endpoints) on another service. A major part of OAuth1.0 is HTTP Request Signing. This endpoint allows you to check whether the request calculation works properly in the client.

The endpoint supports the HTTP Authorization header. In case the signature verification fails, the endpoint provides the four debug values,

  • base_uri
  • normalized_param_string
  • ``base_str