List
Add items to a specific list
Add array of items to a specific list by list ID.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
ID of the list to which items are to be added
Example:
"62fa3796841ea417fa71d2a9"
Body
application/json · object[]
The body is of type object[]
.
Response
200
application/json
ListDetails Created
The response is of type object[]
.