POST
/
incidents

Authorizations

Authorization
string
header
required

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

Body

application/json
name
string
required
Maximum length: 255
component_id
integer | null
component_status
enum<integer> | null
Available options:
1,
2,
3,
4,
5
message
string | null
notifications
boolean
default:
false
occurred_at
string | null
status
enum<integer> | null
Available options:
0,
1,
2,
3,
4
stickied
boolean
default:
false
template
string | null
template_vars
string[]
visible
boolean
default:
false

Response

200 - application/json
data
object
required