v1

latestOpenAPI 3.0.32026-07-24148824715.6 KB
Alerts & Risks

Update the status of a risk

Given an alert identifier, risk identifier, and new risk state, updates the state of the given risk signal.

Note: A risk signal from a TRANSACTION_MONITORING alert cannot be updated and will result in a 400 response code

You need the "Update risks" permission to use this endpoint.

post/v2/alerts/{alert_identifier}/risks/{risk_identifier}/decision

Path parameters

alert_identifierstring uuid required
risk_identifierstring uuid required

Request body

decision'NOT_REVIEWED' | 'IN_REVIEW' | 'FALSE_POSITIVE' | 'TRUE_POSITIVE' required

Response

Decision state updated

decision'NOT_REVIEWED' | 'IN_REVIEW' | 'FALSE_POSITIVE' | 'TRUE_POSITIVE' required