cURL
curl --request POST \ --url https://api.example.com/compliance/alerts \ --header 'Content-Type: application/json' \ --data ' { "checkId": "<string>", "acknowledged": true, "entityId": "<string>", "externalId": "<string>" } '
{ "type": "<string>", "id": "<string>", "checkId": "<string>", "createdAt": "2023-11-07T05:31:56Z", "acknowledged": true, "acknowledgedAt": "2023-11-07T05:31:56Z", "externalId": "<string>" }
Show child attributes
Was this page helpful?