curl -X PUT "https://demo.api.vultlocal.com/api/v1/compliance/alerts/101" \
-H "Authorization: Bearer olive_live_xxx" \
-H "Content-Type: application/json" \
-d '{
"status": "resolved",
"resolution_notes": "Customer identity verified via video call",
"resolved_by": "officer_jane"
}'
{
"success": true,
"message": "Alert updated successfully"
}
Update the status of a compliance alert
curl -X PUT "https://demo.api.vultlocal.com/api/v1/compliance/alerts/101" \
-H "Authorization: Bearer olive_live_xxx" \
-H "Content-Type: application/json" \
-d '{
"status": "resolved",
"resolution_notes": "Customer identity verified via video call",
"resolved_by": "officer_jane"
}'
{
"success": true,
"message": "Alert updated successfully"
}
Bearer olive_live_xxxinvestigating, resolved, false_positivecurl -X PUT "https://demo.api.vultlocal.com/api/v1/compliance/alerts/101" \
-H "Authorization: Bearer olive_live_xxx" \
-H "Content-Type: application/json" \
-d '{
"status": "resolved",
"resolution_notes": "Customer identity verified via video call",
"resolved_by": "officer_jane"
}'
{
"success": true,
"message": "Alert updated successfully"
}
API Key for third-party integrations (WhatsApp, Smart PAY, VULT). Format: 'Bearer olive_live_xxxxxxxxxxxxx'
Alert ID
Updated alert details
open, investigating, resolved, false_positive OK
The response is of type object.