Skip to main content
POST
/
v3
/
service
/
alerts
/
{ticket}
/
acknowledge
Acknowledge Alert
curl --request POST \
  --url https://app.plugchoice.com/api/v3/service/alerts/{ticket}/acknowledge \
  --header 'Authorization: Bearer <token>'
{
  "ok": true
}

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.

Marks a service alert ticket as acknowledged. The ticket must have an open status.
ticket
string
required
The UUID of the alert ticket.

Response

ok
boolean
true if the operation succeeded.