cURL
curl --request POST \ --url https://api.example.com/compliance/checks \ --header 'Content-Type: application/json' \ --data ' { "searchParams": {}, "entityId": "<string>", "target": "<string>", "internalId": "<string>", "tags": "<string>" } '
{ "type": "<string>", "id": "<string>", "createdAt": "2023-11-07T05:31:56Z", "entityId": "<string>", "target": "<string>", "provider": "<string>", "searchKey": "<string>", "alertIds": [ "<string>" ] }
Internal ID of the individual or organization
Tags
Show child attributes
Array of alert IDs associated with this check
Was this page helpful?