Skip to main content
POST
Add favourite
Visit Authentication to learn how to get your account ID.

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

The user session ID created

Example:

"string"

Body

application/json
favorite
boolean
Example:

true

media_id
number
Example:

550

media_type
string
Example:

"movie"

Response

201 - application/json

Add favourite

status_code
number
Example:

1

status_message
string
Example:

"Success."

success
boolean
Example:

true