GET
/
leads
/
export
curl --request GET \
  --url https://api.breakcold.com/leads/export \
  --header 'X-API-KEY: <api-key>'
{
  "leads": [],
  "id_list": "list_123"
}

Authorizations

X-API-KEY
string
header
required

Query Parameters

id_space
string

The space ID is required unless the 'X-API-KEY' is provided in the header.

id_list
string

Optional list ID to narrow down the exports.

Response

200
application/json
Successful response with the leads data.

The response is of type any.