Skip to main content

Rate Limiting

The Capital Check In API implements rate limiting to ensure fair usage and maintain service quality.

Rate Limits

Rate Limit Headers

All API responses include rate limit headers:

Rate Limit Exceeded

When you exceed the rate limit, you’ll receive a 429 Too Many Requests response:

Best Practices

  • Monitor rate limit headers in your responses
  • Implement exponential backoff when hitting rate limits
  • Cache responses when possible to reduce API calls
  • Use webhooks for real-time updates instead of polling
  • Consider upgrading your plan if you consistently hit rate limits

Handling Rate Limits