Skip to main content

Rate Limiting

When rate limiting is enabled on your instance, the following headers are included in API responses:

HeaderDescription
X-RateLimit-LimitMaximum requests per hour
X-RateLimit-RemainingRemaining requests in current window
X-RateLimit-ResetUnix timestamp when the limit resets

When the limit is exceeded, the API returns HTTP 429 with an error message.