Skip to main content
If you exceed the rate limit when making a DRN API call, you’ll get an HTTP 429 error:
JSON
// HTTP 429
{
  "error": {
    "code": "http.too_many_requests",
    "message": "Too many requests"
  }
}
You can use the Retry-After response header to get the number of seconds after which you can retry your request. If you need a higher limit, reach out to drn@fingerprint.com.