Incident Response
Incident management, timeline tracking, and post-mortems. (Enterprise)
- GET
/api/v1/incidentsList incidents - POST
/api/v1/incidentsCreate a new incident - GET
/api/v1/incidents/{id}Get incident details and timeline - PUT
/api/v1/incidents/{id}Update incident status and details - POST
/api/v1/incidents/{id}/timelineAdd a timeline event to an incident - POST
/api/v1/incidents/{id}/assignAssign an incident to a responder - POST
/api/v1/incidents/{id}/resolveResolve an incident - GET
/api/v1/incidents/respondersList available incident responders