Revert Api Rate Limits
Revert does not publish fixed numeric rate limits for its unified API. The open-source backend applies a rate-limit middleware (rateLimitMiddleware) in front of the /crm, /chat, /ticket, /accounting, and /ats routers, so limits on a self-hosted deployment are whatever you configure. In practice the binding constraint is usually the downstream provider's own API limits (Salesforce, HubSpot, Slack, Jira, etc.), since Revert proxies and normalizes calls to those providers; Revert manages OAuth token refresh and retries failed calls on your behalf. On the (now-retired) hosted Revert Cloud, throughput was governed by plan connection allowances rather than a documented per-minute request cap.
Revert Api Rate Limits is the machine-readable rate-limit profile for Revert on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 4 rate-limit definitions, measuring requests and connections.
The profile also includes 3 backoff/retry policies defined and response codes documented for throttled.
Tagged areas include Unified API, Integrations, Open Source, Rate Limiting, and Quotas.