Rate limiting

Replicon enforces API rate limits to prevent customers from making excessive requests that may overload our servers.

If you exceed the limit, you’ll receive a “429 Too Many Requests” HTTP response code, along with a message advising you to slow down your operations and retry later.

If you encounter a rate limit that you can’t work around, you can contact your Customer Success Manager to request an exemption. In some cases, we may be able to increase limits. Or, we can work with you to optimize your integrations or our APIs.

Note that:

  • All the limits are rolling time limits (e.g. 1000 requests per minute, 10000 requests per hour, etc)
  • Limits may be targeted by operation, with more expensive operations having lower limits
  • Limits are subject to change

Related links

Avoiding API timeouts
Introduction to the Replicon API
Viewing the available API operations