GUEST SESSIONS
Rated TV
This endpoint get the rated TV shows for a guest session.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
It represents a unique identifier for a session that is created for a guest user.
Example:
""
Query Parameters
Specifies the language in which the response should be returned.
Example:
"en-US"
Indicates which page of results to return. Default is the first page (1).
Example:
1
Determines how the results should be sorted. 'created_at.asc' indicates ascending order based on the creation date.
Available options:
created_at.asc
, created_at.desc
Example:
"created_at.asc"