Skip to main content

Rate Limits

In order to prevent malicious attacks (or unintended for-loops), we have a rate-limiting system.

  1. You may not average more than 80 requests per 60 seconds.
  2. You are limited to a maximum of 1000 objects per request (this includes nested objects).

If you exceed these, your request will be rejected.

{
"success": false,
"message": "Rate limit exceeded - api-token"
}