Rate Limits
Notes:
Public API v1 is currently in feature preview and as such documentation for this feature is still work in progress
Public API v1 requests are rate limited per API key.
Note:
Limits are configured per environment and can vary by endpoint.
How limiting is applied
- Rate limiting is applied per API key.
- Rate limiting can be applied per endpoint.
Rate limit headers
Retry-Afteris returned in seconds when the limit is exceeded.X-RateLimit-Limitis the maximum requests allowed in the current window.X-RateLimit-Remainingis the remaining requests in the current window.X-RateLimit-Resetis the UTC epoch time when the window resets.
Rate limit response
- A 429 response is returned when the rate limit is exceeded.
- The response body is returned as RFC 9457 problem details.