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.

API Deprecation Notice

Please be advised that this API will be deprecated on August 16, 2024. Use the new REST API to avoid any service disruption. Thank you for your cooperation.

Header Parameters for Authentication with API Key

x-api-key
string
required

Your Breakcold API key.

{
  "method": "GET",
  "url": "https://api.breakcod.com/lead/123
  "headers": {
    "Content-Type": "application/json",
    "X-API-Key": "YOUR_API_KEY_HERE"
  }
}