Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Query Parameters
User session ID created
Example:
"string"
Body
application/json
{
"status_code": 1,
"status_message": "Success.",
"success": true
}
This endpoint allows you to add a movie or TV show to your watchlist.
{
"status_code": 1,
"status_message": "Success.",
"success": true
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
User session ID created
"string"