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
Watchlists
Details
Get watchlist by id
GET
/
watchlists
/
{watchListId}
curl --request GET \
--url https://api.tic.io/watchlists/{watchListId} \
--header 'x-api-key: <api-key>'
{
"teamWatchListId": 123,
"watchListName": "<string>",
"watchListDescription": "<string>",
"numberOfMembersOnWatchList": 123,
"lastUpdatedAtUtc": "2023-11-07T05:31:56Z"
}
Authorizations
Path Parameters
The watchlist id
curl --request GET \
--url https://api.tic.io/watchlists/{watchListId} \
--header 'x-api-key: <api-key>'
{
"teamWatchListId": 123,
"watchListName": "<string>",
"watchListDescription": "<string>",
"numberOfMembersOnWatchList": 123,
"lastUpdatedAtUtc": "2023-11-07T05:31:56Z"
}