GET
/
tv
/
{series_id}
/
account_states
{
  "favorite": false,
  "id": 202250,
  "rated": {
    "value": 7
  },
  "watchlist": false
}

Authorizations

Authorization
string
header
required

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

Path Parameters

series_id
string
required

Query Parameters

session_id
string
Example:

"7427e7f0d08c503a855b022dc5a2e124577150b8"

guest_session_id
string
Example:

"string"

Response

200 - application/json

Fetch account states

favorite
boolean
Example:

false

id
number
Example:

202250

rated
object
watchlist
boolean
Example:

false