API Reference
Rate Limits
API requests are rate limited per credential. Limits vary by organization plan.
Plan limits
API access requires an Elite or Enterprise plan. Limits are per organization.
| Plan | Rate Limit | Burst |
|---|---|---|
| Elite | 300 requests/minute | 100 |
| Enterprise | 1,000 requests/minute | 300 |
Rate limit headers
Every response reports your current rate-limit state, so you can self-throttle before hitting a 429.
RateLimit-LimitRequests available in a burst (your plan's burst capacity).RateLimit-RemainingRequests remaining right now.RateLimit-ResetSeconds until the burst refills to its limit.When you do exceed the limit, the API returns a 429 with a Retry-After header (seconds to wait):
Best practices
- Cache responses when possible
- Use exponential backoff on 429 responses
- Batch operations where the API supports it
- Monitor your usage in the manage portal