Skip Navigation

API and management console rate limit

The rate limiting for API endpoints and the management console is 100,000 requests per day, or about 10 requests per second, depending on the service endpoint. If a tenant exceeds these limits, they will receive a 429 error (too many requests). If you encounter a 429 error, wait 60 seconds before retrying the request.
The purpose of a rate limit is to maintain a good user experience for all users. Without a rate limit, API endpoints and management console can flood the server with requests that overwhelm the system and negatively impact all users.