List entities associated with the customer
GET /customers/{uuid}/entities
- Request
- Response
GET /customers/_e2343605-cf46-43de-b20b-9b7d1c95a9b2_/entities
{
"apiVersion": "1.0",
"date": "2021-12-09T12:57:56+00:00",
"success": true,
"data": [
{
"clientId": "501438670",
"createdAt": "2021-12-06T09:40:31+00:00"
}
]
}
Note: Only the entity that created the client can consult the entities associated with it.