GET
/
datasets
/
companies
/
{companyId}
/
addresses
curl --request GET \
  --url https://api.tic.io/datasets/companies/{companyId}/addresses \
  --header 'x-api-key: <api-key>'
[
  {
    "companyAddressId": 123,
    "addressType": "mailAddress",
    "label": "<string>",
    "houseNumber": "<string>",
    "co": "<string>",
    "street": "<string>",
    "postalCode": "<string>",
    "city": "<string>",
    "state": "<string>",
    "county": "<string>",
    "district": "<string>",
    "countryName": "<string>",
    "countryCodeAlpha3": "<string>",
    "locality": "<string>",
    "localityType": "<string>",
    "latitude": 123,
    "longitude": 123,
    "lastUpdatedAtUtc": "2023-11-07T05:31:56Z"
  }
]

Authorizations

x-api-key
string
header
required

Path Parameters

companyId
integer
required

The company id

Response

200 - application/json
OK

The response is of type object[].