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"
}
]
Lists all known addresses of a company
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"
}
]