Skip to main content
POST
/
watchlists
/
{id}
/
events
/
acknowledge-all
Acknowledge all unacknowledged events
curl --request POST \
  --url https://lens-api.tic.io/watchlists/{id}/events/acknowledge-all \
  --header 'Content-Type: application/json-patch+json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "note": "<string>",
  "excludeEventIds": [
    123
  ]
}
'
Pro+ tier

Authorizations

x-api-key
string
header
required

Path Parameters

id
string<uuid>
required

Watchlist GUID

Body

note
null | string
excludeEventIds
null | integer<int32>[]

Response

Returns { acknowledgedCount }