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.
Endpoint
The endpoint for Breakcold API ishttps://api.breakcold.com/rest.
Rate Limiting
To ensure stability and fair use for everyone, our API enforces rate limits per user. Current rule:- You can send up to 60 requests per 60-seconds window.
429 Too Many Requests error until your quota resets.
How to check your current usage
Each API response includes rate-limit information in the headers:
| Header | Description |
|---|---|
X-RateLimit-Limit | The maximum number of requests allowed per window (e.g. 60). |
X-RateLimit-Remaining | How many requests you have left in the current window. |
X-RateLimit-Reset | Time (in seconds) until the limit resets. |
- You’ve made 48 requests so far (60 - 12 = 48).
- Your limit will reset in 145 seconds.
Support
If you encounter any issues while using Breakcold API, please contact our support team at support@breakcold.com. Thank you for choosing Breakcold! We hope that our API will help you achieve your goals.Next Steps
Here are some next steps to help you get started with Breakcold API:API reference
Our API reference provides information about our endpoints.
API key
Get my api key