Skip to main content

Rate Limiting

The API implements rate limiting to prevent abuse, with configurable limits per user or application.

All endpoints are subject to fair usage rate limiting, which may be applied without warning.

All endpoints subject to rate limiting are notated with a 429 response code in the OpenApi schema. It is the responsibility of the integrator to handle these scenarios.

All 429 responses will be accompanied by a Retry-After header which indicates the number of seconds to wait before retrying.

It is recommended that integrators expect to receive 429 rate limiting signals and adjust behaviour accordingly.