This endpoint get list of user’s rated movies
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
unique identifier of an account
page number to retrieve specific paginated results.
session ID for authentication or tracking purposes
language based on region
Sort the results either in ascending order or descending order
created_at.asc
, created_at.desc
Rated Movie
The response is of type object
.
This endpoint get list of user’s rated movies
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
unique identifier of an account
page number to retrieve specific paginated results.
session ID for authentication or tracking purposes
language based on region
Sort the results either in ascending order or descending order
created_at.asc
, created_at.desc
Rated Movie
The response is of type object
.