cURL
curl --request GET \ --url 'https://api.themoviedb.org/3/person/{{person_id}}/tv_credits' \ --header 'Authorization: Bearer <token>'
{ "cast": [], "crew": [], "id": 128 }
This endpoint gets the TV credits that belong to a person.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
TV Credits
[]
128