Create or update a list
POST /lists endpoint creates updates or clears a list.
Authentication
x-api-keystring
API keys are used to authenticate the requests.
Request
This endpoint expects an object.
ListAppendRequest
OR
ListClearRequest
Response
OK
status
message
listId
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
409
Conflict Error
500
Internal Server Error