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>'
[
  {
    "teamWatchListMemberId": 123,
    "companyId": 123,
    "personId": 123,
    "externalId": "<string>",
    "hasChangedAddress": true,
    "hasChangedAnnualReport": true,
    "hasChangedIntelligence": true,
    "hasChangedRepresentatives": true,
    "hasChangedStatus": true,
    "hasChangedShareCapital": true,
    "hasChangedShareIssue": true,
    "hasChangedBonusIssue": true,
    "hasChangedConvertiblesWarrants": true,
    "hasChangedAuthorizations": true
  }
]

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
teamWatchListMemberId
integer
companyId
integer | null
personId
integer | null
externalId
string | null
hasChangedAddress
boolean
hasChangedAnnualReport
boolean
hasChangedIntelligence
boolean
hasChangedRepresentatives
boolean
hasChangedStatus
boolean
hasChangedShareCapital
boolean
hasChangedShareIssue
boolean
hasChangedBonusIssue
boolean
hasChangedConvertiblesWarrants
boolean
hasChangedAuthorizations
boolean