In order to prevent malicious attacks (or unintended for-loops), we have a rate-limiting system.
- You may not average more than 80 requests per 60 seconds.
- You are limited to a maximum of 1000 objects per request (this includes nested objects).
If you exceed these, your request will be rejected.
- Exceeding the rate limit
- Exceeding the complexity limit
{"success": false,"message": "Rate limit exceeded - api-token"}