v1

latestOpenAPI 3.0.32026-07-13331437.0 KB
Incidents

Create an incident

Creates a new status page incident.

post/v3/incidents

Request body

type'outage' | 'incident' required
affectedComponentsstring[]
statuspagesstring[]

Example request

{
  "title": {
    "en": "We are investigating the issue",
    "fr": "Nous enquêtons sur le problème"
  },
  "updates": [
    {
      "text": {
        "en": "We are investigating the issue",
        "fr": "Nous enquêtons sur le problème"
      }
    }
  ]
}

Response

Incident created

messagestring
uuidstring