Customer Entities
List all entities for a customer
Retrieve all entities for the authenticated company.
get/v1/customer-entities
Response
Entities retrieved successfully
Example response
{
"data": [
{
"id": "018e3b2a-1c4d-7f8e-9b0a-2d3e4f5a6b7c",
"name": "Acme Corp Singapore"
}
]
}