Skip to main content
POST
/
v3
/
service
/
alerts
/
bulk-acknowledge
Bulk Acknowledge
curl --request POST \
  --url https://app.plugchoice.com/api/v3/service/alerts/bulk-acknowledge \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "alert_ids": [
    "<string>"
  ]
}
'
{
  "ok": true,
  "count": 123
}

Documentation Index

Fetch the complete documentation index at: https://developer.plugchoice.com/llms.txt

Use this file to discover all available pages before exploring further.

Acknowledges multiple service alert tickets in a single request.
alert_ids
string[]
required
UUIDs of alert tickets to acknowledge. Maximum 100 items.

Response

ok
boolean
true if the operation succeeded.
count
integer
Number of tickets acknowledged.