GET
/
organization
curl --request GET \
  --url https://api.voxia.ai/organization \
  --header 'Authorization: <api-key>'
{
  "status": "error",
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Headers

x-sub-organization-id
string

Optional sub organization ID. Must belong to your main organization API key.

Response

404
application/json

The response is of type object.