Skip to main content
POST
/
3
/
account
/
{account_id}
/
watchlist
{
  "status_code": 12,
  "status_message": "The item/record was updated successfully.",
  "success": true
}

Authorizations

Authorization
string
header
required

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

Path Parameters

account_id
string
required

This represents your account ID. Get it here

Query Parameters

session_id
string

This represents your session ID. Get it here

Body

application/json
media_id
number

This represents your media ID. Get it here

Example:

2288

media_type
string

This represents your media type. E.g, movie or tv.

Example:

"tv"

watchlist
boolean

This specifies if the movie or tv show should be added to your watchlist.

Example:

true

Response

201 - application/json

Add To Watchlist

status_code
number
Example:

12

status_message
string
Example:

"The item/record was updated successfully."

success
boolean
Example:

true

I