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:readReturns a list of direct child customers for the specified parent customer. Each child entry includes basic customer information and the count of active subscriptions (Documentation Index
Fetch the complete documentation index at: https://docs.fynn.eu/llms.txt
Use this file to discover all available pages before exploring further.
activeSubscriptionCount).
When the customer.hierarchy feature is not enabled, this endpoint returns an empty array.
| 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 |
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the parent customer
List of direct child customers
"00000000-0000-0000-0000-000000000001"
"CUST-101"
"Radiologie Abteilung"
"Radiologie Abteilung"
"radio@klinik.de"
STATUS_ACTIVE, STATUS_ARCHIVED, STATUS_SUSPENDED "STATUS_ACTIVE"
The number of active subscriptions for this child customer
3