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.
I am trying to access the user history endpoint. Docs claim it does not require OAuth, but a
GET
request tohttps://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 theme
id, which also returned a 403.