Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
This represents the episode ID.
Response
200 - application/json
Changes
Example:
[]{
"changes": []
}This endpoint retrieves the recent changes that have been made to a TV episode.
{
"changes": []
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
This represents the episode ID.
Changes
[]