POST
/
3
/
account
/
{account_id}
/
watchlist
curl --request POST \
  --url https://api.themoviedb.org/3/account/%7B{account_id}%7D/watchlist \
  --header 'Content-Type: application/json' \
  --data '{
  "media_id": 1156593,
  "media_type": "movie",
  "watchlist": true
}'
{
  "status_code": 1,
  "status_message": "Success.",
  "success": true
}

Path Parameters

account_id
string
required

Body

application/json

Response

201 - application/json

Add to watchlist

The response is of type object.