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
- GETBeneficial owners
- 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
Companies
Registered offices
Lists all registered offices addresses of a company
GET
/
datasets
/
companies
/
{companyId}
/
registered-offices
curl --request GET \
--url https://api.tic.io/datasets/companies/{companyId}/registered-offices \
--header 'x-api-key: <api-key>'
[
{
"companyRegisteredOfficeId": 123,
"registeredOfficeLocation": "<string>",
"municipality": "<string>",
"municipalityCode": "<string>",
"county": "<string>",
"countyCode": "<string>",
"latitude": 123,
"longitude": 123,
"firstSeenAtUtc": "2023-11-07T05:31:56Z",
"lastUpdatedAtUtc": "2023-11-07T05:31:56Z",
"caseYear": 123,
"caseNumber": 123
}
]
Authorizations
Path Parameters
The company id
Response
200 - application/json
OK
The response is of type object[]
.
curl --request GET \
--url https://api.tic.io/datasets/companies/{companyId}/registered-offices \
--header 'x-api-key: <api-key>'
[
{
"companyRegisteredOfficeId": 123,
"registeredOfficeLocation": "<string>",
"municipality": "<string>",
"municipalityCode": "<string>",
"county": "<string>",
"countyCode": "<string>",
"latitude": 123,
"longitude": 123,
"firstSeenAtUtc": "2023-11-07T05:31:56Z",
"lastUpdatedAtUtc": "2023-11-07T05:31:56Z",
"caseYear": 123,
"caseNumber": 123
}
]