The Vouchmark API rate-limits aggressively at the auth surface (per IP) and conservatively elsewhere (per access token). Limits are quoted asDocumentation Index
Fetch the complete documentation index at: https://docs.vouchmark.com/llms.txt
Use this file to discover all available pages before exploring further.
requests / window; the response includes the standard RateLimit-* headers so you can plan retries.
| Surface | Limit | Window |
|---|---|---|
Auth (/login, /signup, /forgot-password, …) | 50 | 15 min, per IP |
Verification kickoffs (/check-firstin, /verifyTin, /verifyBill, /verifyCac*) | 20 | 1 min, per token |
Dashboard reads (/dashboard/*, /monitoring/*) | 120 | 1 min, per token |
Trust Badge public verify (/trust-badge/verify) | 600 | 1 min, per IP |
| Everything else | 60 | 1 min, per token |
When you hit a limit
The response is429 Too Many Requests with:
Retry-After (it’s in seconds). On repeated 429s, back off exponentially with jitter — don’t retry in a tight loop.
