02-07-2025 09:22 AM
I’ve been working through the Using eBay RESTful APIs guide (https://web.developer.ebay.com/api-docs/static/ebay-rest-landing.html) and have generated an OAuth access token successfully. However, when I try to make API calls, I keep getting a 401 Unauthorized error. The token seems fine, but I’m not sure if I’m including it correctly in the headers or if there’s something going wrong with token expiration.
Has anyone else faced this issue while working with the eBay API? Could it be an issue with the token refresh or my method of including it in the request? Any advice would be really helpful!