Skip to main content
GET
/
v0
/
organizations
/
{organization_id}
curl --request GET \
  --url 'https://api.unify.ai/v0/organizations/<organization_id>' \
  --header "Authorization: Bearer $UNIFY_KEY"
{
    "id": "integer",
    "name": "string",
    "owner_id": "string",
    "billing_user_id": "string",
    "created_at": "string"
}
Get details of a specific organization.

Authorizations

Authorization
string
required
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organization_id
integer
required
curl --request GET \
  --url 'https://api.unify.ai/v0/organizations/<organization_id>' \
  --header "Authorization: Bearer $UNIFY_KEY"
{
    "id": "integer",
    "name": "string",
    "owner_id": "string",
    "billing_user_id": "string",
    "created_at": "string"
}