GET
/
v1
/
business-entities
cURL
curl --request GET \
  --url http://localhost/v1/business-entities \
  --header 'X-API-Key: <api-key>'
{
  "businessEntities": [
    {
      "id": "<string>",
      "name": "<string>",
      "companyId": "<string>",
      "createdAt": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

X-API-Key
string
header
required

API Key provided by Eve Admin Portal. Include this header in all authenticated requests.

Response

businessEntities
object[]