Skip to main content
Rate Limits

API Rate Limits

Understand rate limits and optimize your CRM API integration.

Rate Limit Tiers

TierRequest LimitWindowBurst Limit
Starter500per minute25 req/sec
Professional2,500per minute100 req/sec
Enterprise10,000per minute500 req/sec

Response Headers

X-RateLimit-Limit

Maximum requests allowed in the current window

X-RateLimit-Remaining

Requests remaining in the current window

X-RateLimit-Reset

Unix 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

Next Steps