Skip to main content
GET
Favorite Movies

Authorizations

Authorization
string
header
required

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

Path Parameters

account_id
string
required

This represents your account ID. Get it here

Query Parameters

language
string

This represents the movie language.

page
string

This represents the page number.

Example:

"1"

sort_by
string

This represents how the retrieved list will be arranged.

Example:

"created_at.asc"

Response

200 - application/json

Favorite Movies

page
number
Example:

1

results
object[]
Example:
total_pages
number
Example:

1

total_results
number
Example:

2