cURL
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 ] } '
Acknowledges every currently-unacknowledged event for the watchlist, optionally with a single note. Use ExcludeEventIds for ‘select all except these’ flows in the UI. Returns the number of events acknowledged.
ExcludeEventIds
Watchlist GUID
Returns { acknowledgedCount }