Sift Rate Limits
Sift does not publish fixed numeric public rate limits for its REST APIs. Throughput is governed by your commercial agreement (contracted event / request volume) rather than a documented per-minute request cap. Sift's client libraries and documentation indicate that requests may be throttled under load, and clients should handle 429 (Too Many Requests) and 5xx responses with exponential backoff and retries. The synchronous Score path (Events API with return_score=true, or the Score API) is the most latency- and volume-sensitive surface and should be batched or rate-managed on the client side.
Sift Rate Limits is the machine-readable rate-limit profile for Sift on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 3 rate-limit definitions, measuring requests and events.
The profile also includes 3 backoff/retry policies defined and response codes documented for throttled.
Tagged areas include Fraud Detection, Trust and Safety, Rate Limiting, and Quotas.