Skip to main content
PUT
/
compliance
/
alerts
/
{id}
Update compliance alert status
curl --request PUT \
  --url https://olive-gateway-a6ba.onrender.com/api/v1/compliance/alerts/{id} \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "status": "open"
}
'
{}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
integer
required

Alert ID

Body

application/json

Updated alert details

status
enum<string>
required
Available options:
open,
investigating,
resolved,
false_positive

Response

OK

The response is of type object.