Skip to main content
Dynamic enforces rate limits based upon IP address, project environment, and certain endpoints to protect against attacks and to prevent abuse of Dynamic’s platform. These limits are subject to change.

Errors

Requests returning a 429 status code have been rate limited.

Rate limit categories

  • IP-based rate limits
  • Project environment-based rate limits
  • Endpoint-based rate limits

SDK rate limits

All endpoints used by the SDK prefixed by /sdk are subject to the following limits.
  • 100 requests per minute per IP
  • 10000 requests per minute per project environment

In addition the following endpoints have these limits

Server SDK rate limits

Endpoints prefixed by /server are used by server-side SDK clients (for example, the Node SDK constructed with an apiKey). These endpoints are subject to the following limits.

Developer rate limits

All endpoints used by Developers are subject to the following rate limits.
  • 1500 requests per minute per IP
  • 3000 requests per minute per project environment

In addition the following endpoints have these limits

Webhooks

See webhooks limits for more information.
Last modified on July 20, 2026