Antavo · Rate Limits

Antavo Rate Limits

Antavo publishes a per-environment API rate limit that depends on the infrastructure tier. Programs on a shared stack are limited to 1,500 requests per minute, while programs on a dedicated stack are limited to 20,000 requests per minute. Access can additionally be constrained by IP filtering (CIDR allow-lists) configured in the platform's API settings. High-volume ingestion is better served through the Async Events API, which queues events for background processing rather than counting against synchronous throughput in the same way.

Antavo Rate Limits is the machine-readable rate-limit profile for Antavo on the APIs.io network, conforming to the API Commons Rate Limits specification.

It captures 4 rate-limit definitions, measuring requests, events, and source ip.

The profile also includes 3 backoff/retry policies defined and response codes documented for throttled.

Tagged areas include Loyalty, Enterprise, Rate Limiting, and Quotas.

4 Limits Throttle: 429
LoyaltyEnterpriseRate LimitingQuotas

Limits

Shared Stack Requests environment
requests
1500 per minute
Default rate limit for programs running on Antavo's shared infrastructure.
Dedicated Stack Requests environment
requests
20000 per minute
Raised rate limit for programs running on dedicated Antavo infrastructure.
Async Events Throughput environment
events
queued
The Async Events API queues events for background processing during high-traffic periods.
IP Filtering environment
source ip
configurable (CIDR allow-list)
Requests from IPs outside the configured allow-list receive a forbidden exception.

Policies

Backoff Strategy
Clients should implement exponential backoff with jitter and honor Retry-After on 429 responses.
Async Offloading
Route high-volume or bursty event ingestion through the Async Events API to smooth synchronous throughput.
Request Signing
When signature enforcement is enabled, plain API-key requests are rejected; only properly signed requests are accepted.

Sources