I managed to set up a developer account to get API responses working on the API explorer. However, I'm trying to connect to Postman and have been getting the following error messages.
I have gotten my user access token as follows:-
- The Callback URL:- I have used the RuName (eBay Redirect URL name)
- Auth URL :- I have used https://auth.sandbox.ebay.com/oauth2/authorize (https://developer.ebay.com/api-docs/static/oauth-consent-request.html#configure)
- Access Token URL: I have used the https://api.sandbox.ebay.com/identity/v1/oauth2/token (https://developer.ebay.com/api-docs/static/oauth-authorization-code-grant.html) ClientID and Client Password I've used the credentials from my developer account
This returns the following token:-
As you can see a USER ACCESS TOKEN
.
When I go to use the request in an API put request I always get the following error:-
The token seems to be right.
I try the same call in the built in API explorer and it works.
Please could someone advise its driving me crazy, probably something I've done wrong but any ideas?
ive also added the scope the same error appears