ACCOUNT
Watchlist Movies
This endpoint get a list of movies added to a users watchlist.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
This refers to a unique identifier assigned to a user account.
Example:
""
Query Parameters
Specifies the language in which the response should be returned.
Example:
"en-US"
Indicates which page of results to return. Default is the first page (1).
Example:
1
A token that represents a logged-in user's session after they have authenticated with their TMDB account.
Example:
""
Determines how the results should be sorted. 'created_at.asc' indicates ascending order based on the creation date.
Available options:
created_at.asc
, created_at.desc
Example:
"created_at.asc"
Response
200 - application/json
watchlist movies
The response is of type object
.