Skip to content

Rate Limits

The SecurityPro Access API enforces rate limits to ensure fair usage and maintain reliable performance.

EnvironmentLimit
Sandbox100 requests per minute
Production500 requests per minute

Responses may include the following headers:

  • X-RateLimit-Limit
  • X-RateLimit-Remaining
  • X-RateLimit-Reset

Requests above the allowed threshold return:

429 Too Many Requests
  • Cache tokens where appropriate
  • Avoid unnecessary polling
  • Batch operations when possible
  • Retry after the reset window