latestOpenAPI 3.0.1Proprietary2026-08-1844131294.9 KB

59cd6443fdbf

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"
    }
  ]
}