Rate limits

The Adobe Cloud Storage and Collaboration API enforces default rate limits on the volume and frequency of API calls.

Summary of rate limits

Each client ID or API key is subject to the following limit: 20 requests per second (RPS).

Purpose of rate limits

API rate limits are a standard practice designed to:

Handling rate limit errors

When the client-specific or global access limit is exceeded, the API responds with an HTTP 429 Too Many Requests error. This response includes a Retry-After header, which indicates the minimum time the client must wait before making another request. For detailed specifications, refer to RFC 7231.

To address this error, consider the following actions: