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.
ListAppendRequestobjectRequired
OR
ListClearRequestobjectRequired

Response

OK
statusenum
Allowed values:
messagestring
listIdstring

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
409
Conflict Error
500
Internal Server Error