Skip to main content
What is the current API rate limit?

Hey @lisa b13​ 👋

 

The default limit is 1000 requests per minute, however, to prevent large spikes in traffic it's distributed over 10 second periods (so 166 operations per 10 seconds).

 

If you are exceeding this rate limit you'll be alerted by a HTTP 429 response code. We aren't necessarily able to increase the limit since its purpose is to prevent spiking our servers, however, we can look at helping you better combat this in the future.



Our API Reference doc has details on the headers that are returned in each request to help give more details into rate limits. You could even use those headers to determine when the rate limit will be reset.

 

Hope this helps 🙌


Reply