Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
A unique identifier for an authenticated user session. Usually used for user authentication
Example:
"02a0e6d34dbd8325254e83c78918599076a62b0e"
Body
application/json
Response
201 - application/json
Request successful
A unique identifier for the new list
Example:
8504581
A numeric code indicating the status of the request
Example:
1
A brief message describing the status of the request
Example:
"Success."
A boolean value describing the state of the request. Possible value - true
or false
Example:
true