API Keys
All Management API endpoints (exceptGET /health) require an API key passed in the X-API-Key request header.
- Org-scoped — every response is automatically filtered to your organization
- Environment-tagged —
productionorsandbox - Revocable — contact support to rotate or revoke a key
Getting a Key
Keys are issued by your Voxfra account manager or via the Voxfra admin console under Settings → API Keys.Verifying a Key
UseGET /v1/auth/me to confirm a key is valid and see what organization it is scoped to.
Errors
An invalid or missing key returns401 Unauthorized: