Skip to main content

Troubleshooting Rate Limiting

Symptoms

  • 429 "Too Many Requests" responses
  • X-RateLimit-Remaining: 0 in response headers

Solutions

  1. Check the Retry-After header for when to retry
  2. Implement exponential backoff in your client
  3. Cache responses to reduce API calls
  4. Use webhooks instead of polling where available
  5. Contact support for Enterprise rate limit increases

See Rate Limits reference for per-plan limits.