This endpoint get the rated TV shows for a guest session.
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"