Acknowledge Incident

POST {{baseUrl}}/incidents/:incidentID/acknowledge

  • This endpoint is used to acknowledge the incident by ID.
  • Requires access_token as a Bearer {{token}} in the Authorization header.

RESPONSES

status: OK

{"data":"incident successfully acknowledged"}