API Core Documentation
Search
Financial Documents
Company Documents
Companies
- GETSummary
- GETGraph
- GETParties
- GETFinancial summary
- 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
Companies
Purposes
Gets the purposes of the company
GET
/
datasets
/
companies
/
{companyId}
/
purpose
curl --request GET \
--url https://api.tic.io/datasets/companies/{companyId}/purpose \
--header 'x-api-key: <api-key>'
[
{
"companyPurposeId": 123,
"purpose": "<string>",
"firstSeenAtUtc": "2023-11-07T05:31:56Z",
"lastUpdatedAtUtc": "2023-11-07T05:31:56Z"
}
]
Authorizations
Path Parameters
The company id
curl --request GET \
--url https://api.tic.io/datasets/companies/{companyId}/purpose \
--header 'x-api-key: <api-key>'
[
{
"companyPurposeId": 123,
"purpose": "<string>",
"firstSeenAtUtc": "2023-11-07T05:31:56Z",
"lastUpdatedAtUtc": "2023-11-07T05:31:56Z"
}
]