trakt / api-help

Trakt API docs at https://trakt.docs.apiary.io
186 stars 7 forks source link

History requests returning 403 #415

Closed Juice805 closed 1 year ago

Juice805 commented 1 year ago

I am trying to access the user history endpoint. Docs claim it does not require OAuth, but a GET request to https://api.trakt.tv/users/juice805/history in postman returns a 403 response.

I have also tried using OAuth with a token in the Authorization header & using the me id, which also returned a 403.

rectifyer commented 1 year ago

A 403 means your trakt-api-key is incorrect, it's not an OAuth error.