v1
latestOpenAPI 3.0.32026-07-24148824715.6 KBAlerts & Risks
Create an alert mute
Creates an alert mute for the current client account. CUSTOMER entity identifiers must be valid UUIDs; COUNTERPARTY identifiers are accepted as strings.
You need the "Create and delete mutes" permission to use this endpoint.
post/v3/alerts/mutes
Request body
Example request
{
"entity": {
"identifier": "89013cff-8b3a-4301-bb59-c20f1d381c20",
"type": "CUSTOMER"
},
"risk_code": "PEP",
"risk_signal_identifier": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"source_risk_app": "PAYMENT_SCREENING"
}Response
Alert mute successfully created
Example response
{
"created_at": "2026-03-10T14:55:17.835Z",
"created_by": "019cd83e-c008-71ca-b7d8-4b834b516614",
"entity": {
"identifier": "89013cff-8b3a-4301-bb59-c20f1d381c20",
"type": "CUSTOMER"
},
"identifier": "1cf055ed-f05d-4814-902f-654668b12910",
"risk_code": "PEP",
"risk_signal_identifier": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}