Skip to main content
POST
/
compliance
/
alerts
Create a compliance alert
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>"
}
'
{}

Authorizations

Authorization
string
header
required

API Key for third-party integrations (WhatsApp, Smart PAY, VULT). Format: 'Bearer olive_live_xxxxxxxxxxxxx'

Body

application/json

Alert details

alert_type
string
required
details
string
required
subscriber_id
string
required
rule_id
integer

Response

Created

The response is of type object.