List
Create list
Creates a list. When you create a list, a list ID is generated automatically that can be mapped later to add items to the list, and to update and delete the list. After creating a list, you can add items to the list by using POST/{listId}/items
endpoint.
POST
/
list
/
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
List details
name
string
requireduserId
string
requiredlistId
string
listType
string
notes
string
attributes
object
count
integer
Number of items added to the list.
Required range:
x > 0
createdAt
string
updatedAt
string
Response
200 - application/json
List details
name
string
requireduserId
string
requiredlistId
string
listType
string
notes
string
attributes
object
count
integer
Number of items added to the list.
Required range:
x > 0
createdAt
string
updatedAt
string
Was this page helpful?