19.07.2026 12:50

Request Limits

REGOS API applies request limits to keep the service stable and predictable for all integrations. Limits are calculated separately for each application or integration (connected_integration_id).

Limits

Limited resource Value
Average request rate 2 requests per second
Maximum burst capacity Up to 50 requests in a row

How it works

Each integration has its own request counter.

  • The counter is replenished at 2 requests per second.
  • The counter can accumulate capacity for up to 50 requests.
  • If the accumulated capacity is exhausted, new requests are rejected until the counter is replenished.

Examples

  • Sending 1-2 requests per second works normally.
  • Sending 30 requests in a short burst is allowed if capacity has accumulated.
  • Sending 60 requests in a short burst executes only the available capacity; the remaining requests return HTTP 200 with ErrorResult code 8213.