Skip to main content
POST
/
3
/
account
/
{account_id}
/
favorite
{
  "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

This represents your account ID. Get it here

Query Parameters

session_id
string

This represents your session Id. Get it here

Body

application/json
favorite
boolean

This specifies if the movie or TV show should be added to your favorite.

Example:

true

media_id
number

This represents the media ID. Get it here

Example:

2734

media_type
string

This represents the media type. E.g., movie or Tv

Example:

"tv"

Response

201 - application/json

Add Favorite

status_code
number
Example:

1

status_message
string
Example:

"Success."

success
boolean
Example:

true

I