This endpoint is used to retrieve the lists for a TMDB user’s account
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
A unique identifier for an authenticated user session. Usually used for user authentication
"02a0e6d34dbd8325254e83c78918599076a62b0e"
A specific page number to get results for. Defaults to 1
1
Request successful
1
[
{
"description": "List of movies and tv shows I plan to watch.",
"favorite_count": 0,
"id": 8500157,
"iso_639_1": "en",
"item_count": 1,
"list_type": "movie",
"name": "To be watched",
"poster_path": null
}
]1
1