curl --request GET \
--url https://api.platform.dakota.xyz/customers/sub-client-summary \
--header 'x-api-key: <api-key>'{
"data": [
{
"sub_client_id": "1NFHrqBHb3cTfLVkFSGmHZqdDPi",
"sub_client_name": "Partner Corp",
"customer_count": 15
}
]
}Returns a list of all sub-clients for the authenticated client, along with the count of customers associated with each.
curl --request GET \
--url https://api.platform.dakota.xyz/customers/sub-client-summary \
--header 'x-api-key: <api-key>'{
"data": [
{
"sub_client_id": "1NFHrqBHb3cTfLVkFSGmHZqdDPi",
"sub_client_name": "Partner Corp",
"customer_count": 15
}
]
}Was this page helpful?