Skip to main content
The Operata API caps each API token at 100 requests per minute. When you exceed the budget the API returns 429 rate_limited with a Retry-After header. Back off and retry; do not retry without a delay.

Endpoint

Parameters

Rate limiting applies to every request. Three response headers show your current standing:

Response

A throttled request returns the standard error envelope from Errors:
The response headers tell you exactly when to retry:

Example

A client that reads Retry-After and adds exponential back-off:

Errors

See Errors for the full status code table.