cURL
curl --request GET \ --url https://api.breakcold.com/leads/export \ --header 'X-API-KEY: <api-key>'
{ "leads": [], "id_list": "list_123" }
The space ID is required unless the 'X-API-KEY' is provided in the header.
Optional list ID to narrow down the exports.
Successful response with the leads data.
The response is of type any.
any