cURL
curl --request GET \ --url https://api.themoviedb.org/3/tv/1399/season/1/episode/1/videos \ --header 'Authorization: Bearer <token>'
{ "id": 63056, "results": [] }
Get the videos that belong to a TV episode.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Get episode videos
The response is of type object.
object