This endpoint get the rated movies for a guest session.
Documentation Index
Fetch the complete documentation index at: https://sirjosh.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
It represents a unique identifier for a session that is created for a guest user.
""
Specifies the language in which the response should be returned.
"en-US"
Indicates which page of results to return. Default is the first page (1).
1
Determines how the results should be sorted. 'created_at.asc' indicates ascending order based on the creation date.
created_at.asc, created_at.desc "created_at.asc"