CLOUD ACCOUNTS
As the cloud-hosted accounts run on our servers, we have to make sure it does not get overloaded. Because of this we limit the use of API to make sure the server operates smoothly.
The API rate limit is set right now to 180 requests per minute, counted for each API key separately.
STANDALONE INSTALLATIONS
There is the same (as on the cloud accounts) API rate limiter applied on the standalone installations. However, as you can control your own server, it is possible to override the API rate limit and increase it in case you need it. To do that, you can insert a row into table the qu_g_settings with name="api_rate_limit" and value of the limit (number).