Authentication
To use Breakcold API, you need to authenticate yourself using your API key. You can find your API key on your Breakcold dashboard here Integrations settings.Header Parameters for Authentication with API Key
Your Breakcold API key.
Welcome to the Breakcold API! You can use our API to access Breakcold API endpoints, which can get information on your leads and more.
{
"method": "GET",
"url": "https://api.breakcod.com/rest/lead/123
"headers": {
"Content-Type": "application/json",
"X-API-Key": "YOUR_API_KEY_HERE"
}
}
Was this page helpful?