Skip to main content
POST
/
compliance
/
alerts
Create compliance alert
curl --request POST \
  --url https://api.example.com/compliance/alerts \
  --header 'Content-Type: application/json' \
  --data '
{
  "checkId": "<string>",
  "acknowledged": true,
  "entityId": "<string>",
  "externalId": "<string>",
  "data": {
    "lists": [
      "<string>"
    ],
    "comment": "<string>",
    "externalId": "<string>",
    "rawdata": [
      {}
    ]
  }
}
'
{
  "type": "<string>",
  "id": "<string>",
  "checkId": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "acknowledged": true,
  "acknowledgedAt": "2023-11-07T05:31:56Z",
  "externalId": "<string>",
  "data": {
    "lists": [
      "<string>"
    ],
    "comment": "<string>",
    "externalId": "<string>",
    "rawdata": [
      {}
    ]
  }
}

Body

application/json
checkId
string
required
acknowledged
boolean
required
entityId
string
required
externalId
string
data
object

Response

type
string
required
id
string
required
checkId
string
required
createdAt
string<date-time>
required
acknowledged
boolean
required
acknowledgedAt
string<date-time>
externalId
string
data
object