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-minute 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.