GET
/
3
/
movie
/
{movie_id}
/
changes
curl --request GET \
  --url https://api.themoviedb.org/3/movie/%7B{movie_id}%7D/changes \
  --header 'Authorization: Bearer <token>'
{
  "changes": []
}

Authorizations

Authorization
string
header
required

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

Path Parameters

movie_id
string
required

Response

200 - application/json

Changes Example

The response is of type object.