Skip to main content
POST
/
v2
/
admin
/
breaches
Create Breach Incident
curl --request POST \
  --url https://api.loyalty.dog/v2/admin/breaches \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "description": "<string>",
  "dataCategories": [],
  "sourceAlertId": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Authorizations

Authorization
string
header
required

JWT access token obtained from POST /v2/token.

Headers

authorization
string | null

Body

application/json
description
string | null
dataCategories
string[]
sourceAlertId
string | null

Response

Successful Response