Skip to main content

API Keys

All Management API endpoints (except GET /health) require an API key passed in the X-API-Key request header.
API keys are:
  • Org-scoped — every response is automatically filtered to your organization
  • Environment-taggedproduction or sandbox
  • 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

Use GET /v1/auth/me to confirm a key is valid and see what organization it is scoped to.

Errors

An invalid or missing key returns 401 Unauthorized: