cURL
curl --request POST \ --url https://api.breakcold.com/list \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api-key>' \ --data '{ "name": "Campaign List", "emoji": "🚀", "description": "List for initial campaign launch." }'
{ "name": "Campaign List", "emoji": "🚀", "description": "List for initial campaign launch." }
Endpoint to create a new list for organizing records.
Details of the list to be created.
The body is of type object.
object
List created successfully.
The response is of type object.