Warrant Dev Rate Limits
Warrant did not publish fixed numeric per-endpoint rate limits for its hosted API. As a real-time authorization service, the check endpoint (POST /v2/authorize) was designed for high-volume, low-latency traffic on the application hot path; sustained throughput was governed by plan and fair-use rather than a documented per-minute request cap. On the open-source self-hosted server (github.com/warrant-dev/warrant, default port 8000), throughput is bounded only by your own infrastructure and datastore (MySQL, Postgres, or SQLite), with no vendor-imposed limit. RETIRED - the hosted service was sunset 2025-11-15; any current limits are governed by WorkOS FGA.
Warrant Dev Rate Limits is the machine-readable rate-limit profile for Warrant on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 3 rate-limit definitions, measuring requests.
The profile also includes 2 backoff/retry policies defined and response codes documented for throttled.
Tagged areas include Access Control, Authorization, Fine-Grained Authorization, Rate Limiting, and Quotas.