Overview Public endpoints support CORS for safe browser calls. DefaultsDocumentation Index
Fetch the complete documentation index at: https://docs.fluxomail.com/llms.txt
Use this file to discover all available pages before exploring further.
| Header | Example/Value |
|---|---|
| Access-Control-Allow-Origin | * (or configured app URL / allowlist) |
| Access-Control-Allow-Methods | GET, POST, OPTIONS |
| Access-Control-Allow-Headers | Content-Type, Authorization, X-Api-Key, Idempotency-Key |
| Access-Control-Allow-Credentials | true |
- Preflight
OPTIONSis supported. - Prefer server‑side calls for API keys; use CORS only when necessary.
