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>"
}
'{}Mark a compliance alert as resolved or false positive
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>"
}
'{}API Key for third-party integrations (WhatsApp, Smart PAY, VULT). Format: 'Bearer olive_live_xxxxxxxxxxxxx'
Alert ID
Resolution details
OK
The response is of type object.