Acknowledge Incident
POST {{baseUrl}}/incidents/:incidentID/acknowledge
- This endpoint is used to acknowledge the incident by ID.
- Requires
access_token
as aBearer {{token}}
in theAuthorization
header.
RESPONSES
status: OK
{"data":"incident successfully acknowledged"}