cURL
curl --request GET \ --url https://api.themoviedb.org/3/movie/{movie_id}/changes \ --header 'Authorization: Bearer <token>'
{ "changes": [] }
Get the changes for a movie. By default only the last 24 hours are returned.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
12345
Response
[]