Get Request Ebay API Error (Wrong Status 403 Forbidden)

Hi,

I’m trying to use GET Request to make a call to Ebay API using my OAuth token for Authorization.
Im using the “Request Header” field and making my Header Key “Authorization” and the Header Value "Bearer ".

I have really no experience with APIs so any assistance here would be much appreciated.

Thanks in advance.

1 Like

Have you ensured to call the right url?
Not sure if the bearer token needs a space or not

1 Like

Hi @Daniel_Weikert , for Authorization, it’s usually passed as "Bearer ", so there is a space between Bearer and token.

The only thing I can think of is as you said, is it the right url? Or was the token properly generated?

@Podster30 , I’d say try doing the same call via CuRL or via Postman using the same info and see if it works there.

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.