Rate limits

We limit the number of calls you can make over a certain period of time. Rate limits vary and are specified by the following header in all responses:

ParamaterRequiredDescription
No

When the rate limit is exceeded, an error is returned with the status "429 Too Many Requests":

{
  "error": {
    "code": "too_many_requests",
    "message": "Rate limit exceeded",
  }
}

Was this page helpful?