POST
/
list
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."
}

Authorizations

X-API-KEY
string
header
required

Body

application/json
Details of the list to be created.

The body is of type object.

Response

200
application/json
List created successfully.

The response is of type object.