Limits and Quotas

This page describes the limits and quotas on REST API requests. We put limits and quotas on API requests to protect the system from receiving more data than it can handle, and to ensure an equitable distribution of the system resources. The limits and quotas are subject to change.

General quota limits

The following quotas apply to the REST API:

  • 10,000 requests per day (all API keys combined, cannot be increased)

  • 100 requests per 10 seconds (all API keys combined, cannot be increased)

  • 100 records batch size per batch request (cannot be increased)

  • A maximum payload size of 1MB per single/batch request (cannot be increased)

  • A maximum payload size of 20MB per workflow request (cannot be increased)

  • A maximum file upload size of 500MB when using Content-Type multipart/form-data (cannot be increased)

Exceeding quota limits

If the quota of requesting the REST API is exceeded, the API returns an error code 429 or 413 and a message that the account has exceeded the quota. If the batch size is exceeded, error code 400 will be returned.

Distributing quotas

It is possible to set a daily request quota per API key. This allows for distributing quotas between several parties, to make sure important interfaces always have the required resources available.

Last updated