cURL
curl --request GET \ --url https://api.themoviedb.org/3/movie/{movie_id}/lists \ --header 'Authorization: Bearer <token>'
{ "id": 63429, "page": 1, "results": [], "total_pages": 0, "total_results": 0 }
Get the lists that a movie has been added to.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
12345
Response
63429
1
[]
0