Skip to main content
POST
/
v3
/
service
/
alerts
/
bulk-resolve
Bulk Resolve
curl --request POST \
  --url https://app.plugchoice.com/api/v3/service/alerts/bulk-resolve \
  --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.

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

Response

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