Documentation Index
Fetch the complete documentation index at: https://docs.inwealth.fr/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
The iNwealth API uses API keys for authentication. Each organization receives a unique key at onboarding.API Key format
- Prefix:
sk_live_ - 32 hex characters (128 bits of entropy)
- Shown once at generation — store it securely
- Hashed with SHA-256 server-side (never stored in plaintext)
Usage
Include your API key in theAuthorization header of every request:
Security best practices
- Store your key in environment variables or a secrets manager
- Rotate keys periodically by requesting a new one
- If a key is compromised, contact us immediately — we can revoke it instantly
Error responses
| Status | Meaning |
|---|---|
401 | Invalid or revoked API key |
429 | Daily token quota exceeded |

