Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
A token that represents a logged-in user's session after they have authenticated with their TMDB account.
Example:
""
Body
application/json
Response
201 - application/json
create list_id
An integer value representing the status of the response. A value of 1 is often used to denote a generic success response.
Example:
1
A string providing a brief indication of the status of the request.
Example:
"Success."
A boolean value indicating whether the request was successful.
Example:
true
This is the unique identifier of the list been created
Example:
8504995