Skip to main content
POST
Create
🔑 Requires the alerts.attach_to_incident scope.

Authorizations

Authorization
string
header
required

API key from your incident.io dashboard (Settings → API keys)

Body

application/json
alert_id
string
required

Alert to attach to the incident

Example:

"01FCNDV6P870EA6S7TK1DSYDG1"

incident_id
string
required

Incident to attach the alert to

Example:

"01FCNDV6P870EA6S7TK1DSYDG0"

re_relate
boolean
default:false

Relate the alert again even though someone previously marked it unrelated to this incident. Defaults to false, which preserves that decision and returns a 422

Example:

false

Response

201 - application/json

Created response.

incident_alert
object
required