403 Forbidden on OAuth Token but Application Token works fine
Hi, I am testing my API calls in API Explorer. When I generate an Application Token, it works fine; but, when I try the same using an OAuth Token or Auth'n'Auth token, I get an error saying 403 response. The response I get is:
"errors": [
{
"errorId": 1100,
"domain": "ACCESS",
"category": "REQUEST",
"message": "Access denied",
"longMessage": "Insufficient permissions to fulfill the request."}
]
Has anyone of you encountered this same issue and were able to find a fix?
I am wanting to use an Auth'n'Auth token because it is not short lived, to make API calls from my web server to get the list of items from eBay.
good.buyer
Posted 2 years ago·Last reply 2 years ago
2 comments
nextmotopartsusa
·2 years agodeveloper_support@ebay
Hi @good.buyer
The eBay token service generates, or mints, OAuth access tokens via two different grant flows:
You can refer to the OAuth scope section in API Documentation to see the supported access token and scope for that call. If you use the incorrect access token, the call will fail with error "Access denied".