Rate Limits
API Rate Limits
Understand rate limits and optimize your CRM API integration.
Rate Limit Tiers
| Tier | Request Limit | Window | Burst Limit |
|---|---|---|---|
| Starter | 500 | per minute | 25 req/sec |
| Professional | 2,500 | per minute | 100 req/sec |
| Enterprise | 10,000 | per minute | 500 req/sec |
Response Headers
X-RateLimit-LimitMaximum requests allowed in the current window
X-RateLimit-RemainingRequests remaining in the current window
X-RateLimit-ResetUnix timestamp when the rate limit resets
Optimization Tips
- Use batch endpoints to reduce API calls
- Implement caching for frequently accessed data
- Use webhooks instead of polling for updates