Skip to main content
The GoSentrix API implements rate limiting to ensure fair usage and prevent abuse.

Rate Limit Headers

Every API response includes rate limit headers:

Default Limits

Per-Tenant Limits

Rate limits are applied per tenant, ensuring isolation between organizations.

Rate Limit Exceeded

When rate limited, you’ll receive:

Best Practices

  • Monitor rate limit headers
  • Implement exponential backoff
  • Cache responses when possible
  • Use webhooks instead of polling
  • Contact support for higher limits