Skip to main content

Rate Limiting

Mindsite API employs rate limiting to ensure a smooth experience for all users. Mindsite API enforces a rate limit of 10 requests per minute for each API key. This means that a single API key is allowed to make up to 10 requests within a 60-second window. Exceeding this limit will result in a temporary suspension of requests until the rate limit resets.

Rate limits are applied at the API key level, meaning that the limit is calculated across all endpoints for a specific API key. Regardless of the endpoint being accessed, the total number of requests made by the API key within the specified time frame is considered.

Handling Rate Limit Exceedance

If you exceed the rate limit for your API key, you'll receive a 429 Too Many Requests response status code for subsequent requests until the rate limit period resets.