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"
}Returns the organization and metadata associated with the API key used in the request.
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"
}Your Voxfra management API key. Passed as a request header.
Format: vox_mgmt_<random>
Was this page helpful?