Fluxomail enforces per‑minute limits per API key. Exceeding the limit returnsDocumentation Index
Fetch the complete documentation index at: https://docs.fluxomail.com/llms.txt
Use this file to discover all available pages before exploring further.
429 with Retry-After seconds.
Behavior
- Per‑key window: 60 seconds
- Header:
Retry-After: <seconds> - Counters reset automatically each minute
| Header | Type | Description |
|---|---|---|
| Retry-After | number | Seconds to wait before retrying |
- Backoff and retry after the indicated time
- Use Idempotency when retrying POSTs
| Header | Type | Description |
|---|---|---|
| X-RateLimit-Limit | number | Requests allowed per minute for this key |
| X-RateLimit-Remaining | number | Requests remaining in the current window |
| X-RateLimit-Reset | number | UTC epoch seconds when the window resets |
