enterprise-api

common_http_429-too-many-requests

Too Many Requests

Type
https://problems.atlas.propertyfinder.com/common-http-429-too-many-requests/
HTTP status
429 Too Many Requests
Retryable
Yes
Detail
The user has sent too many requests in a given amount of time.

What to do

Reduce request rate and retry after a delay.

Example response

An HTTP 429 application/problem+json response:

{
  "type": "https://problems.atlas.propertyfinder.com/common-http-429-too-many-requests/",
  "title": "Too Many Requests",
  "status": 429,
  "code": "common_http_429-too-many-requests",
  "detail": "The user has sent too many requests in a given amount of time."
}

Back to error catalog