Rate Limits
API requests are subject to rate limits to ensure fair usage and system stability.Rate Limit Headers
Rate limit information is included in response headers:Rate Limit Tiers
| Tier | Requests/Hour | Burst |
|---|---|---|
| Standard | 1,000 | 100 |
| Premium | 10,000 | 1,000 |
| Enterprise | Custom | Custom |
Handling Rate Limits
When rate limit is exceeded:- Status Code:
429 Too Many Requests - Retry-After: Header indicates when to retry
- Backoff: Implement exponential backoff
Scope: Tenant-scoped; requires authenticated org context
Availability: Not available in SuperAdmin
Availability: Not available in SuperAdmin