API Core Documentation
Search
Financial Documents
Company Documents
Companies
- GETSummary
- 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
Watchlists
List triggers
Lists all the triggers for the watchlist
GET
/
watchlists
/
{watchListId}
/
triggers
curl --request GET \
--url https://api.tic.io/watchlists/{watchListId}/triggers \
--header 'x-api-key: <api-key>'
{
"pageSize": 123,
"lastItemId": 123,
"totalItems": 123,
"items": [
{
"teamWatchListTriggerId": 123,
"destination": "<string>",
"destinationType": "webhook",
"addressChanges": true,
"annualReport": true,
"intelligence": true,
"representatives": true,
"status": true,
"shareCapital": true,
"shareIssue": true,
"bonusIssue": true,
"convertiblesWarrants": true,
"authorizations": true,
"hasBeenValidated": true,
"lastMessageSentAtUtc": "2023-11-07T05:31:56Z",
"lastUpdatedAtUtc": "2023-11-07T05:31:56Z"
}
]
}
Authorizations
Path Parameters
The id of the watchlist
Query Parameters
Take records after the id
Page size
Response
200 - application/json
OK
Available options:
webhook
, email
, sms
curl --request GET \
--url https://api.tic.io/watchlists/{watchListId}/triggers \
--header 'x-api-key: <api-key>'
{
"pageSize": 123,
"lastItemId": 123,
"totalItems": 123,
"items": [
{
"teamWatchListTriggerId": 123,
"destination": "<string>",
"destinationType": "webhook",
"addressChanges": true,
"annualReport": true,
"intelligence": true,
"representatives": true,
"status": true,
"shareCapital": true,
"shareIssue": true,
"bonusIssue": true,
"convertiblesWarrants": true,
"authorizations": true,
"hasBeenValidated": true,
"lastMessageSentAtUtc": "2023-11-07T05:31:56Z",
"lastUpdatedAtUtc": "2023-11-07T05:31:56Z"
}
]
}