Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
200 - application/json
Fetch movie changes
Example:
[
{
"items": [
{
"action": "updated",
"id": "67714d7f77e2b6d478927d6f",
"iso_3166_1": "",
"iso_639_1": "",
"time": "2024-12-29 13:24:15 UTC",
"value": { "season_id": 107971, "season_number": 8 }
}
],
"key": "season"
}
]