error string.
Format
| Code | Meaning |
|---|---|
| invalid_key | Missing or invalid API key |
| missing_scope | Key lacks required scope |
| validation_error | Invalid or missing fields |
| rate_limited | Per-minute cap exceeded |
| tenant_paused | Organization tenant is paused |
| not_found | Resource not found |
| internal_error | Provider/internal error |
| Status | Meaning | Typical cause |
|---|---|---|
| 400 | Invalid or missing fields | Request body/params validation failed |
| 401 | Missing or invalid API key | Omitted/incorrect key or signature |
| 403 | Forbidden (missing scope/tenant restriction) | Scope not granted, tenant paused |
| 404 | Not found | Resource doesn’t exist |
| 429 | Rate limit exceeded | Per‑minute key limit exceeded (see Retry-After) |
| 500 | Provider/internal error | Transient or internal failure |
- All responses include
X-Request-Idto help correlate logs and support requests.
Email support@fluxomail.com with your
sendId and timestamp.- See the API Roadmap for structured error fields (code/message/details) and migration guidance.
