POST /incidents/common/close
POST
/incidents/common/close
Close an incident
Headers
Content-Type
application/json
Authorization
Bearer <token>
Body
All the body fields are required. They can be found from the "View Code" section of any listener except the incidentId which is the ID of the incident that should be closed.
incidentId
enterpriseAccountId
string
ID of the enterprise account.
alertId
ID of the listener that triggered the incident.
enterpriseUserId
ID of the user who is closing the incident.
ID of the incident that should be closed.
Response
{ "status": "success" }
{ "error": "Invalid request" }
Last updated 8 months ago