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"
}
]
Test a trigger by id
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"
}
]
OK
The response is of type object[]
.