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

Authorizations

x-api-key
string
header
required

Path Parameters

id
string<uuid>
required

Watchlist GUID

Body

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

Response

Returns { acknowledgedCount }