cURL
Hierarchy
Get customer children
Returns a list of direct child customers for the specified customer, including subscription metrics. When the customer.hierarchy feature is not enabled, an empty array is returned.
customer:readGET
cURL
Returns a list of direct child customers for the specified parent customer. Each child entry includes basic customer information and the count of active subscriptions (
activeSubscriptionCount).
When the customer.hierarchy feature is not enabled, this endpoint returns an empty array.
Response Fields
| Field | Description |
|---|---|
id | The child customer ID |
customerNumber | The customer number |
name | The display name |
companyName | The company name |
email | The primary email address |
status | The customer status (STATUS_ACTIVE, STATUS_ARCHIVED, STATUS_SUSPENDED) |
activeSubscriptionCount | Number of active subscriptions for this child customer |
Autorisierungen
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Pfadparameter
The ID of the parent customer
Antwort
List of direct child customers
Beispiel:
"00000000-0000-0000-0000-000000000001"
Beispiel:
"CUST-101"
Beispiel:
"Radiologie Abteilung"
Beispiel:
"Radiologie Abteilung"
Beispiel:
"radio@klinik.de"
Verfügbare Optionen:
STATUS_ACTIVE, STATUS_ARCHIVED, STATUS_SUSPENDED Beispiel:
"STATUS_ACTIVE"
The number of active subscriptions for this child customer
Beispiel:
3