---
title: "Create Breach Incident"
method: POST
path: "/v2/admin/breaches"
tags: ["Admin", "GDPR"]
---

# Create Breach Incident

`POST /v2/admin/breaches`

Record a new GDPR Article 33 breach incident. Sets a 72-hour ICO notification deadline.

## Headers

- `authorization` string, nullable

## Request body

- CreateBreachPayload
  - `description` string, nullable
  - `dataCategories` string[]
  - `sourceAlertId` string, nullable

## Response `201`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/loyalty/apis/loyaltydog.md) · [All operations](https://skmtc.net/loyalty/apis/loyaltydog/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/loyalty/loyaltydog/versions/42b7b22af2b6/schema)
