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

teamWatchListMemberEventId
integer
teamWatchListMemberId
integer
teamWatchListId
integer
externalId
string | null
companyId
integer | null
personId
integer | null
watchListMemberEventType
enum<string>
Available options:
companyAddress,
companyName,
companyStatus,
companyRegistration,
companyIntelligence,
companyBeneficialOwner,
companyDocument,
companyWorkplace,
companyPerson,
companyRegisteredOffice,
companyShareCapital,
companyPurpose,
companyDebtBalance,
companyOrderToPayCase,
companyFinancialDocument,
companyCase,
companyWorkplaceAddress,
unuseD_Company4,
unuseD_Company5,
unuseD_Company6,
unuseD_Company7,
unuseD_Company8,
unuseD_Company9,
unuseD_Company10,
personAddress,
personName,
personIntelligence,
personStatus,
personCompany,
unuseD_Person1,
unuseD_Person2,
unuseD_Person3,
unuseD_Person4,
unuseD_Person5,
unuseD_Person6,
unuseD_Person7,
unuseD_Person8,
unuseD_Person9,
unuseD_Person10,
propertyOwnershipChange,
propertyMortageDeedChange,
unuseD_Property1,
unuseD_Property2,
unuseD_Property3,
unuseD_Property4,
unuseD_Property5
watchListMemberSubType
string | null
eventDate
string
lastUpdatedAtUtc
string