POST
/
account
/
{account_id}
/
watchlist
{
  "status_code": 1,
  "status_message": "Success.",
  "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

Query Parameters

session_id
string

User session ID created

Example:

"string"

Body

application/json
media_id
number
Example:

11

media_type
string
Example:

"movie"

watchlist
boolean
Example:

true

Response

201 - application/json

Add to watchlist

status_code
number
Example:

1

status_message
string
Example:

"Success."

success
boolean
Example:

true