Too Many Requests

The client has exceeded the rate limit.

Status: 429 Type: https://brivo.ltd/docs/identity/api/errors/too-many-requests

The client has sent too many requests in a given time window. Rate limits apply per IP, per account, or per endpoint depending on the route.

The response will include a Retry-After header indicating how many seconds to wait before retrying.

Example

{
  "type": "https://brivo.ltd/docs/identity/api/errors/too-many-requests",
  "title": "Too Many Requests",
  "status": 429,
  "detail": "Rate limit exceeded. Retry after 30 seconds."
}

Resolution

Back off for the duration specified in the Retry-After header before retrying. If your integration requires a higher rate limit, contact Brivo support.

On this page