cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

while accessing the apis getting error

{
"errors": [
{
"errorId": 1100,
"domain": "ACCESS",
"category": "REQUEST",
"message": "Access denied",
"longMessage": "Insufficient permissions to fulfill the request."
}
]
}

Message 1 of 3
latest reply
2 REPLIES 2

while accessing the apis getting error

This usually means the OAuth or Auth-n-Auth tokens have not been properly established.

You'll need to provide more info on your what you are accessing (endpoint) and how.

 

 

ShipScript has been an eBay Community volunteer since 2003, specializing in HTML, CSS, Scripts, Photos, Active Content, Technical Solutions, and online Seller Tools.
Message 2 of 3
latest reply

while accessing the apis getting error

Hi @hempottu0 

 

Error "Insufficient permissions to fulfill the request." generally indicates that you are not using correct OAuth scope or Access token for the API call. 

 

Please check the "OAuth scope" section on API Documentation to get the details on supported Access token and Scope for the API call. 

 

Using OAuth to access eBay APIs: https://developer.ebay.com/api-docs/static/oauth-scopes.html 

Best Regards,
eBay Developer Support
Message 3 of 3
latest reply