MOVIES
Account States
This endpoint get the rating, watchlist and favourite status of an account.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
This is a unique identifier for a movie.
Example:
""
Query Parameters
A token that represents a logged-in user's session after they have authenticated with their TMDB account.
Example:
""
It represents a unique identifier for a session that is created for a guest user.
Example:
""
Response
200 - application/json
New Request
The response is of type object
.