cURL
curl --request GET \ --url 'https://api.themoviedb.org/3/account/{{account_id}}/favorite/tv' \ --header 'Authorization: Bearer <token>'
{ "page": 1, "results": [], "total_pages": 0, "total_results": 0 }
This endpoint gets a users list of favourite TV shows.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Favorite TV
1
[]
0