GET
/
3
/
movie
/
{movie_id}
/
account_states
curl --request GET \
  --url https://api.themoviedb.org/3/movie/%7B{movie_id}%7D/account_states
{
  "favorite": false,
  "id": 939243,
  "rated": false,
  "watchlist": false
}

Path Parameters

movie_id
string
required

Query Parameters

session_id
string
Example:

"596cf761bccb080266249540bcdc13a0ea708109"

Response

200 - application/json

States

The response is of type object.