cURL
curl --request GET \ --url https://api.themoviedb.org/3/list/{list_id}/item_status \ --header 'Authorization: Bearer <token>'
{ "id": 1, "item_present": true }
This endpoint is used to check if an item has already been added to the list.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the list
Defaults to en-US
The ID of the movie
Successful
A unique identifier
The item present in the list