Rate Limits
The SecurityPro Access API enforces rate limits to ensure fair usage and maintain reliable performance.
Default limits
Section titled “Default limits”| Environment | Limit |
|---|---|
| Sandbox | 100 requests per minute |
| Production | 500 requests per minute |
Rate limit headers
Section titled “Rate limit headers”Responses may include the following headers:
X-RateLimit-LimitX-RateLimit-RemainingX-RateLimit-Reset
Exceeded limits
Section titled “Exceeded limits”Requests above the allowed threshold return:
429 Too Many RequestsBest practices
Section titled “Best practices”- Cache tokens where appropriate
- Avoid unnecessary polling
- Batch operations when possible
- Retry after the reset window