Add To Watchlist
This endpoint Add a movie or TV show to your watchlist.
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.
""
Query Parameters
A token that represents a logged-in user's session after they have authenticated with their TMDB account.
""
Body
A unique identifier for the specific movie in question. The value 11 corresponds to a particular movie in the database.
11
A string that specifies the type of the media item
"movie"
A boolean value indicating the user's intention regarding the movie. If true, it means the user wants to add the movie to their watchlist. If it were false, it would indicate the user wants to remove it from their watchlist.
true
Response
An integer value representing the status of the response. A value of 1 is often used to denote a generic success response.
1
A string providing a brief indication of the status of the request.
"Success."
A boolean value indicating whether the request was successful.
true