Rate limits
Request limits for the SnitchFeed HTTP API.
Overview
All v1 endpoints are limited to 20 requests per minute per organization. Exceeding the limit returns 429 Too Many Requests with a JSON body that may include retryAfter (seconds).
The window is rolling: each successful request consumes one token until the bucket refills.
Response headers
| Header | When present | Meaning |
|---|---|---|
X-RateLimit-Limit | Success | Max requests in the window (currently 20) |
X-RateLimit-Remaining | Success | Requests left in the current window |
X-RateLimit-Reset | Success | Unix timestamp when the window resets |
Retry-After | 429 response | Seconds to wait before retrying |
Need higher throughput?
Contact support if you need custom limits for Enterprise workloads.