Skip to main content
GET
/
tv
/
episode
/
{episode_id}
/
changes
Fetch changes
curl --request GET \
  --url 'https://api.themoviedb.org/3/tv/episode/{{episode_id}}/changes' \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

episode_id
string
required

Response

200 - undefined