Rate Limits
By default, the maximum number of API calls is set to 200 requests per minute. We find that the majority of our API customers function comfortably within this range.
If you exceed this limit you will receive a 429 HTTP response code. You will also receive a response header named "X-Rate-Limit-Retry-After-Milliseconds" indicating how long you need to wait before retrying the request.
Updated about 1 year ago
What’s Next