Rate Limits

All Apps are limited to at most 1000 requests per minute. If you send over 1000 requests in the same minute subsequent requests will receive responses with 429 HTTP status codes.

Whenever possible you should preemptively build your App such that it does not violate the specified rate limits. If things do go wrong, we recommend using an exponential backoff algorithm to avoid your requests failing repeatedly.