Skip to main content
GET
/
v1
/
auth
/
me
Inspect current API key
curl --request GET \
  --url https://mgmt-api.voxfra.com/v1/auth/me \
  --header 'X-API-Key: <api-key>'
{
  "organization_id": "00000000-0000-0000-0000-000000000001",
  "api_key_id": "f014d466-1959-4d0d-be84-d64b5690ab7b",
  "key_name": "DealerMate Sandbox",
  "environment": "production"
}

Authorizations

X-API-Key
string
header
required

Your Voxfra management API key. Passed as a request header.

Format: vox_mgmt_<random>

Response

API key is valid

organization_id
string<uuid>
api_key_id
string<uuid>
key_name
string
Example:

"DealerMate Sandbox"

environment
enum<string>
Available options:
production,
sandbox