Mediloop

Tenants

Platform

Manage the secure workspaces that isolate Mediloop data, configuration, access and usage.

Isolation

Tenant-scoped by design

Hierarchy

Organizations + sub-organizations

Access

Membership + role context

Configuration

Policies, modules & branding

Overview

Every tenant is an explicit security and operational context. API requests that act on tenant-owned resources must carry a valid tenant context.

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

List tenants

GET /v1/tenantsCopy
curl -X GET "https://api.mediloop.lu/v1/tenants?organization_id=org_01" \
  -H "Authorization: Bearer $ACCESS_TOKEN"

Tenant types

TypeTypical use
doctorIndependent practice / doctor context
pharmacyPharmacy operations
clinicClinic or care facility
hospitalHospital operations
supplierSupplier / manufacturer context
applicationApproved HealthTech application context

Status values

StatusMeaning
provisioningTenant resources are being created
activeOperational and available
suspendedTemporarily blocked from normal operations
archivedRetained for history; no new operational activity