Rate Limits
Public and partners APIs are throttled to 20 requests per second per API key, with 429 and rate-limit headers when exceeded.
Limit
| Scope | Limit |
|---|---|
| Per API key | 20 requests per 1 second window |
When you exceed the limit
You may receive HTTP 429 with body Too Many Requests. Response headers often include:
| Header | Meaning |
|---|---|
Retry-After | Seconds until you can retry |
X-RateLimit-Limit | Maximum requests per window (20) |
X-RateLimit-Remaining | Remaining points in the current window |
X-RateLimit-Reset | When the window resets |
Related
- Getting Started — base URL and authentication.
- Webhooks — outbound events (not subject to this inbound limit).
Updated 19 days ago
