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.
""
Query Parameters
A token that represents a logged-in user's session after they have authenticated with their TMDB account.
""
It represents a unique identifier for a session that is created for a guest user.
""
Response
New Request
This indicates whether the user has marked this movie as a favorite. A value of false means the movie is not currently a favorite for the user.
false
This is the unique identifier for the movie within the database.
558449
This signifies whether the user has rated this movie. A value of false suggests that the user has not provided a rating for the movie.
false
This shows whether the user has added the movie to their watchlist. A value of false indicates that the movie is not on the user's watchlist.
false