Skip to main content
GET
/
watchlists
/
{id}
/
notifications
List notification triggers for a watchlist
curl --request GET \
  --url https://lens-api.tic.io/watchlists/{id}/notifications \
  --header 'x-api-key: <api-key>'
[
  {
    "notificationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "destination": "<string>",
    "destinationType": "webhook",
    "destinationTypeDescription": "<string>",
    "hasBeenValidated": true,
    "lastUpdatedAtUtc": "2023-11-07T05:31:56Z"
  }
]
Pro+ tier

Authorizations

x-api-key
string
header
required

Path Parameters

id
string<uuid>
required

Watchlist GUID

Response

List of notification triggers

notificationId
string<uuid>
destination
null | string
destinationType
enum<string>
Available options:
webhook,
email,
sms
destinationTypeDescription
null | string
hasBeenValidated
boolean
lastUpdatedAtUtc
string<date-time>