Skip to content
TrackSafe365
v1.0 Dashboard →

Rate Limits

Each API key is rate-limited per minute. Limits depend on your environment.

EnvironmentRequests / minute
Sandbox60
Production600

Rate limit headers

Every response includes the current rate-limit state:

X-RateLimit-Limit: 600
X-RateLimit-Remaining: 547
X-RateLimit-Reset: 1719792060
  • X-RateLimit-Limit — your ceiling for the current window
  • X-RateLimit-Remaining — requests left in the window
  • X-RateLimit-Reset — Unix epoch (seconds) when the window resets

When you exceed the limit

Requests over the limit return 429 Rate Limit Exceeded. Back off until the X-RateLimit-Reset time before retrying.