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

x-api-key
string
header
required

Path Parameters

watchListId
integer
required

The watchlist id

triggerId
integer
required

The trigger id

Response

200 - application/json

OK

The response is of type object[].