Mediloop

Get tenant

Platform

Retrieve tenant metadata, organization ownership, configuration and lifecycle status.

Isolation

Tenant-scoped by design

Hierarchy

Organizations + sub-organizations

Access

Membership + role context

Configuration

Policies, modules & branding

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

Endpoint summary

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

Path parameters

ParameterTypeRequiredDescription
idstringYesTenant identifier

Example request

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

Example response

200 OKCopy
{
  "id":"tnt_01",
  "organization_id":"org_clinic_01",
  "tenant_type":"clinic",
  "status":"active",
  "region":"eu-central"
}

Tenant model

FieldTypeDescription
idstringImmutable tenant identifier
organization_idstringOwning organization
tenant_typeenumOperational tenant category
statusenumprovisioning, active, suspended, archived
regionstringData / hosting region
settingsobjectTenant-specific non-secret configuration