List all Legal Entities

Retrieves all legal entities of your business.

get

List all the legal entities of your business

Authorizations
Responses
200

Returns the list of legal entities.

application/json
get
GET /legal-entities HTTP/1.1
Host: api.tradeaware.live-eo.com
Authorization: Bearer JWT
Accept: */*
[
  {
    "name": "Example Palm Oil Trader",
    "email": "[email protected]",
    "addressCity": "West Papua",
    "addressCountryCode": "ID",
    "addressLine1": "Salawati 123",
    "addressLine2": "2nd floor",
    "addressPostcode": "12345",
    "eori": {},
    "vat": "1234567890asdfghjk",
    "id": "123e4567-e89b-12d3-a456-426614174000",
    "createdAt": "2021-01-01T00:00:00.000Z",
    "updatedAt": "2021-01-01T00:00:00.000Z"
  }
]

Last updated