Skip to main content
POST
/
3
/
list
/
{list_id}
/
add_item
{
  "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

list_id
string
required

This represents the list ID. Get it here

Query Parameters

session_id
string

This represents your your session Id. Get it here

Example:

"e5cb49904cfbdde4ad4fe940e84d6932572af959"

Body

application/json
favorite
boolean

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

Example:

true

media_id
number

This represents the media ID. Get it here

Example:

"1241982'"

media_type
string

This represents the media type.

Example:

"tv"

Response

201 - application/json

Add Movie

status_code
number
Example:

12

status_message
string
Example:

"The item/record was updated successfully."

success
boolean
Example:

true

I