Documentation Index
Fetch the complete documentation index at: https://developers.argosidentity.com/llms.txt
Use this file to discover all available pages before exploring further.
New Omni documentation is now available — policy-driven document verification and API reference. Explore Omni → · Custom Theme for KYC liveform: Learn more →
New Omni documentation is now available — policy-driven document verification and API reference. Explore Omni → · Custom Theme for KYC liveform: Learn more →
This event is triggered when Anti-Money Laundering (AML) ongoing monitoring results are confirmed. AML screening is a critical component of the KYC process, assessing potential risks of financial crimes. This webhook enables you to confirm in real-time that submitted cases have been registered in the ongoing monitoring Worklist.
Documentation Index
Fetch the complete documentation index at: https://developers.argosidentity.com/llms.txt
Use this file to discover all available pages before exploring further.
{
"webhook_trigger": "aml_monitor",
"submission_id": "string",
"email": "string",
"records": [
{
"recordId": "String",
"worklistId": "String",
"created_at": "String"
},
{
"recordId": "String",
"worklistId": "String",
"created_at": "String"
},
...
],
"userid": "String",
"tokenId": "String",
"cf": {
"cf1": "String",
"cf2": "String",
"cf3": "String"
}
}
Was this page helpful?