Skip to main content
Requests are rate limited per organisation using a fixed 60-second window.

Default

60 requests / minute per organisation (across all your keys).

Per-account override

Need more? Dyspach can raise the limit for your account.

Response headers

Every response includes your current window state:
integer
Requests allowed in the current window.
integer
Requests remaining in the current window.
integer
Seconds until the window resets.

When you’re throttled

You receive 429 Too Many Requests with a Retry-After header:
Back off for Retry-After seconds, then retry. Read RateLimit-Remaining to pace yourself and avoid hitting the limit at all.