Skip to content

Rate Limits

HarborGuard enforces rate limits to ensure platform stability.

Limits

Rate limits vary by endpoint and authentication method. API key-authenticated requests have higher limits than session-based requests.

Headers

Rate limit information is included in response headers:

  • X-RateLimit-Limit — Maximum requests per window
  • X-RateLimit-Remaining — Remaining requests in current window
  • X-RateLimit-Reset — Unix timestamp when the window resets

Exceeding Limits

When rate limited, the API returns HTTP 429 with a Retry-After header indicating when to retry.

On this page