This endpoint is used to get all movies in a TMDB user’s favorites list.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
A unique numeric identifier for a user account on TMDB. See how to get account id here [blocked].
548
A unique identifier for an authenticated user session. Usually used for user authentication [blocked]
"02a0e6d34dbd8325254e83c78918599076a62b0e"
The language and region of the content, represented by an ISO 639-1 and ISO 3166-1 code combination (e.g, en-US for English, United States.). Defaults to en-US.
"en-US"
A specific page number to get results for. Defaults to 1
1
Used to determine the order in which results are sorted in the response (ascending or descending). Allowed values: * created_at.asc: Sort by date created in ascending order * created_at.desc: sort by date created in descending order Defaults to created_at.asc
created_at.asc, created_at.desc