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
Watchlists
Test a trigger
Test a trigger by id
POST
/
watchlists
/
{watchListId}
/
triggers
/
{triggerId}
/
test
curl --request POST \
--url https://api.tic.io/watchlists/{watchListId}/triggers/{triggerId}/test \
--header 'x-api-key: <api-key>'
[
{
"teamWatchListMemberEventId": 123,
"teamWatchListMemberId": 123,
"teamWatchListId": 123,
"externalId": "<string>",
"companyId": 123,
"personId": 123,
"watchListMemberEventType": "companyAddress",
"watchListMemberSubType": "<string>",
"eventDate": "2023-11-07T05:31:56Z",
"lastUpdatedAtUtc": "2023-11-07T05:31:56Z"
}
]
You can use this endpoint to test your triggers (only webhoooks) and we will send a webhook to your endpoint.
Authorizations
Path Parameters
The watchlist id
The trigger id
Response
200 - application/json
OK
The response is of type object[]
.
curl --request POST \
--url https://api.tic.io/watchlists/{watchListId}/triggers/{triggerId}/test \
--header 'x-api-key: <api-key>'
[
{
"teamWatchListMemberEventId": 123,
"teamWatchListMemberId": 123,
"teamWatchListId": 123,
"externalId": "<string>",
"companyId": 123,
"personId": 123,
"watchListMemberEventType": "companyAddress",
"watchListMemberSubType": "<string>",
"eventDate": "2023-11-07T05:31:56Z",
"lastUpdatedAtUtc": "2023-11-07T05:31:56Z"
}
]