Rate Limits

We have rate limits in place for our APIs and Applications. These are in place to enforce fair usage and protect against malicious behavior.

The rate limits are enforced by IP address.

Currently, the rate limit is set to 6,000 requests over a 5-minute window (i.e. 20 requests per second)

Exceeding a rate limit

Any requests above the rate limit will receive a 429 HTTP status code (Too many requests) and can be retried once the limit is not exceeded.

What if I need more requests?

We believe that all applications should work within these limits.

Our webhooks system is available which can prevent your app from polling Administrate for changes but instead be notified when a change occurs.