cURL
curl --request POST \ --url https://my.cald.ai/client/api/v1/lists \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>" } '
{ "status": "<string>", "listId": "<string>" }
Create a new contact list
Your API key, e.g. caldLiveDe39a3accb206dd615f30d118e519df0
caldLiveDe39a3accb206dd615f30d118e519df0
The name of the list, it must be unique across all lists
Success response with list details
Whether the list was successfully created, can be either success or failed
success
failed
Unique identifier for the list (only returned if the list was successfully created)