Skip to main content
POST
Create

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
description
string
Example:

"Just an awesome list."

language
string
Example:

"en"

name
string
Example:

"This is my awesome test list."

Response

201 - application/json

Create Example

list_id
number
Example:

8506313

status_code
number
Example:

1

status_message
string
Example:

"Success."

success
boolean
Example:

true