Was this helpful?
Creates an incident and sends alerts
API Key for authentication
Team ID
Incident title
Additional metadata
Escalation ID
Integration token
Priority level
p1
p2
p3
p4
p5
Severity level
sev1
sev2
sev3
POST /incidents/create HTTP/1.1 Host: api.spike.sh x-api-key: text x-team-id: text Content-Type: application/json Accept: */* Content-Length: 109 { "title": "text", "metadata": "text", "escalation": "text", "integration": "text", "priority": "p1", "severity": "sev1" }
Incident created successfully
No content