API rate limits
To ensure reliable performance for all users, API requests are subject to rate limiting. Monitor your API request volume to prevent exceeding rate limits.
The default rate limit is 100 requests per minute on all endpoints.
Exceeding the limit
When the rate limit is reached:
-
The API will return an HTTP 429 (Too Many Requests) response.
-
The response will include a header in the response indicating when you can resume making requests.