cURL
curl --request GET \ --url https://api.themoviedb.org/4/account/{account_object_id}/tv/watchlist \ --header 'Authorization: Bearer <token>'
{ "page": 1, "results": [], "total_pages": 0, "total_results": 0 }
This endpoint is used to get a users TV watchlist.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The account object ID.
The page number of a list.
Defaults to en-US
Defaults to created_at.asc
Successful
The current page number in the paginated response.
A list of movie or TV show objects.
Show child attributes
The total number of pages available for the list.
The total number of results returned.