Skip to main content
GET
Account States

Authorizations

Authorization
string
header
required

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

Path Parameters

series_id
integer
required

This refers to a unique identifier assigned to a television series within the database.

Example:

""

Query Parameters

session_id
string

A token that represents a logged-in user's session after they have authenticated with their TMDB account.

Example:

""

guest_session_id
string

It represents a unique identifier for a session that is created for a guest user.

Response

200 - application/json

account states

favorite
boolean
Example:

false

id
number
Example:

1396

rated
boolean
Example:

false

watchlist
boolean
Example:

false