Rate limits

Access to all endpoints is limited to 6 requests per second. This limit is applied per API token and per IP address. If you exceed the limit, a 429 HTTP status code will be returned with the body in JSON format:

{
  "error": {
    "message": "Too many requests. Cool your jets and try again in a bit",
    "code": 429
  }
}