Skip to main content
POST
/
compliance
/
alerts
/
{id}
/
resolve
Resolve a compliance alert
curl --request POST \
  --url https://olive-gateway-a6ba.onrender.com/api/v1/compliance/alerts/{id}/resolve \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "is_false_positive": true,
  "resolution_notes": "<string>",
  "resolved_by": "<string>"
}
'
{}

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

Resolution details

is_false_positive
boolean
resolution_notes
string
resolved_by
string

Response

OK

The response is of type object.