Close an incident

POST /incidents/common/close

Close an incident

Headers

Name
Value

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.

Name
Type
Description

enterpriseAccountId

string

ID of the enterprise account.

alertId

string

ID of the listener that triggered the incident.

enterpriseUserId

string

ID of the user who is closing the incident.

incidentId

string

ID of the incident that should be closed.

Response

{
  "status": "success"
}

Last updated

Was this helpful?