cURL
curl --request GET \ --url 'https://api.themoviedb.org/3/tv/{{series_id}}/season/{{season_number}}/episode/{{episode_number}}/account_states' \ --header 'Authorization: Bearer <token>'
{ "id": 63057, "rated": false }
This endpoint gets the rating, watchlist and favourite status.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Account States Example
63057
false