---
title: "Create an incident"
method: POST
path: "/v3/incidents"
tags: ["Incidents"]
---

# Create an incident

`POST /v3/incidents`

Creates a new status page incident.

## Request body

- IncidentCreate
  - `title` LocalizedText, required — Localized text object with language keys
    - `en` string
    - `fr` string
    - `de` string
    - `ru` string
    - `nl` string
    - `pl` string
    - `se` string
  - `type` 'outage' | 'incident', required
  - `affectedComponents` string[]
  - `statuspages` string[]
  - `updates` IncidentUpdate[]
    - `date` string, date-time
    - `text` LocalizedText — Localized text object with language keys
      - `en` string
      - `fr` string
      - `de` string
      - `ru` string
      - `nl` string
      - `pl` string
      - `se` string
    - `type` 'investigating' | 'identified' | 'update' | 'monitoring' | 'resolved'

## Response `201`

Incident created

- object
  - `message` string
  - `uuid` string

---

[API](https://skmtc.dev/hyperping/apis/hyperping-api.md) · [All operations](https://skmtc.dev/hyperping/apis/hyperping-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hyperping/hyperping-api/revisions/953c52272fa8/schema)
