cancel
Showing results for 
Search instead for 
Did you mean: 

Rest api oauth access token issue

   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

Rest api oauth access token issue

Hi,

We are trying to access magento 1.9 API oauth/token authentication API, but we are getting below issue, please help us to resolve.

 

Error response : oauth_problem=signature_invalid

Response code : 401 unauthorized.

 

We have followed below steps.

          1) /oauth/initiate - this endpoint is used for retrieving the Request Token.
          2) /oauth/authorize - this endpoint is used for user authorization (Customer).

 

        But for third step unable to get access token

 

  • 3) /oauth/token - this endpoint is used for retrieving the Access Token.

           Getting below error

                 oauth_problem=signature_invalid

 

Reference screenshot

Example Example