Skip to main content

Rate Limits

To ensure fair usage and platform stability, the REST API enforces the following rate limits:
  • 60 requests per minute (per API token)
When you exceed the rate limit, the API will return an HTTP 429 Too Many Attempts response. Implement exponential backoff in your application to handle rate limiting gracefully.
Higher rate limits can be configured on your account upon request. Contact support if you need increased throughput.