curl --request POST \
--url https://olive-gateway-a6ba.onrender.com/api/v1/compliance/alerts \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"alert_type": "<string>",
"details": "<string>",
"subscriber_id": "<string>"
}
'{}Manually create a compliance alert (compliance and admin only)
curl --request POST \
--url https://olive-gateway-a6ba.onrender.com/api/v1/compliance/alerts \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"alert_type": "<string>",
"details": "<string>",
"subscriber_id": "<string>"
}
'{}API Key for third-party integrations (WhatsApp, Smart PAY, VULT). Format: 'Bearer olive_live_xxxxxxxxxxxxx'
Alert details
Created
The response is of type object.