Skip to main content

Rate Limiting

To ensure fair usage and maintain the performance of the ATZ CRM API, we enforce rate limits based on each authentication token. Rate limits are applied to all authenticated API calls and are structured in 60-second intervals.

You are allowed up to 60 requests per 60-second interval. Once this limit is reached, any additional requests will result in an HTTP 429 status code, indicating that the rate limit has been exceeded.

Please plan your API usage accordingly to avoid disruptions and ensure efficient utilization of your API quota.