To ensure platform stability and consistent performance for all partners, the Snappy API implements rate limiting on all endpoints.Documentation Index
Fetch the complete documentation index at: https://docs.snappy.com/llms.txt
Use this file to discover all available pages before exploring further.
Standard Limits
The Snappy API has a standard limit of 100 requests per second (RPS) per Company.If your use case requires a higher throughput, please contact your Snappy account manager to discuss your needs.
Handling Throttling
If you exceed the rate limit, the API will return a 429 Too Many Requests HTTP status code. As a best practice, your integration should be designed to handle these responses gracefully using exponential backoff. This means that when a429 error is received, your system should wait for a short period before retrying, increasing the wait time with each subsequent attempt.