cURL
curl --request GET \ --url 'https://api.themoviedb.org/3/movie/{{movie_id}}/account_states' \ --header 'Authorization: Bearer <token>'
{ "favorite": false, "id": 1035048, "rated": { "value": 6 }, "watchlist": false }
This endpoint allows you to check if a movie has been added to favorite, rated, or watchlist in your account.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
This represents the movie ID. Get it here
Account States
false
1035048
Show child attributes
6