API Core Documentation
Search
Financial Documents
Company Documents
Companies
- GETSummary
- GETGraph
- GETParties
- GETFinancial summary
- GETFinancial reports table
- GETFinancial reports
- GETIntelligence
- GETDebtor summary
- GETWorkplace summary
- GETOwnerships
- GETBank accounts
- GETSNI codes
- GETEmployee contributions
- GETPayrolls
- GETShare register
- GETShare capital
- GETShare class
- GETShare issue
- GETBonus issue
- GETAuthorizations
- GETRegistration
- GETHyperlinks
- GETNames
- GETPhonenumbers
- GETPurposes
- GETEmail
- GETSignatories
- GETTrademarks
- GETRegistered offices
- GETStatus
- GETDomains
- GETBusiness mortgages
Watchlists
Addresses
Lists all known addresses of a company
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"
}
]
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"
}
]