Create Incident

POST {{baseUrl}}/v1/incidents/create

Creates a new incident

Request Body

{"message"=>"<string>", "description"=>"<string>", "responders"=>[{"type"=>"<string>", "id"=>"<string>"}, {"type"=>"<string>", "id"=>"<string>"}], "tags"=>["<string>", "<string>"], "details"=>"<object>", "priority"=>"<string>", "note"=>"<string>", "serviceId"=>"<string>", "statusPageEntry"=>"<object>", "notifyStakeholders"=>"<boolean>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring