We use rate limiting to safeguard the stability of our API. Our rate limiter allows up to 300 requests per minute. You can see your current rate limit at API > Configuration. To increase this limit, please contact us.
Any request over the limit will return a 429 Too Many Requests error.
Our server responses also return your API limit, remaining requests, and seconds until the limit resets as headers. If you curl
the endpoints with the -vvv
flag, you'll see the headers as such.
...
< ratelimit-limit: 300
< ratelimit-remaining: 280
< ratelimit-reset: 53