Mediloop
PlatformOrganizations / TenantsGet organization

Get organization

Platform

Retrieve an organization, its status, hierarchy metadata and associated tenant references.

Isolation

Tenant-scoped by design

Hierarchy

Organizations + sub-organizations

Access

Membership + role context

Configuration

Policies, modules & branding

GET/v1/organizations/{id}Scope: organizations.read

Endpoint summary

MethodEndpointRequired scope
GET/v1/organizations/{id}organizations.read

Path parameters

ParameterTypeRequiredDescription
idstringYesOrganization identifier

Example request

GET /v1/organizations/{id}Copy
GET /v1/organizations/{id}
Authorization: Bearer $ACCESS_TOKEN

Example response

200 OKCopy
{
  "id":"org_01",
  "name":"Clinique Centrale",
  "type":"clinic",
  "status":"active"
}

Organization model

FieldTypeDescription
idstringImmutable organization identifier
namestringDisplay / legal organization name
typeenumhospital, clinic, pharmacy_group, supplier, healthtech, other
statusenumdraft, active, suspended, archived
parent_organization_idstring | nullOptional parent organization
primary_tenant_idstring | nullPrimary operational tenant reference