Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
A unique identifier for a movie
Example:
18
Query Parameters
A specific page number to get results for. Defaults to 1
Example:
1
The date to begin the query from. You can only query up to 14 days in a single query.
Example:
"2019-12-12T00:00:00.000Z"
The date to end the query at. You can only query up to 14 days in a single query.
Example:
"2019-12-16T00:00:00.000Z"
Response
200 - application/json
Request successful