Skip to main content
POST
Create Incident

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

CreateIncidentRequestData

name
string
required
Maximum string length: 255
status
enum<integer>
required
Available options:
0,
1,
2,
3,
4
message
string | null
template
string | null
visible
boolean
default:false
stickied
boolean
default:false
notifications
boolean
default:false
occurred_at
string<date-time> | null
template_vars
string[]
component_id
integer | null
component_status
enum<integer> | null
Available options:
1,
2,
3,
4,
5,
6
components
IncidentComponentRequestData · object[] | null
meta
object | null

Response

Incident

data
Incident · object
required
included
(Component · object | Update · object | User · object)[]