curl -X POST \ "https://verilock.io/api/v1/aml/screen/aml_8f3a9b2e-7c4d-4e1f-a6b5-3d2c1e0f9a8b/decision" \ -H "Authorization: Bearer qi_live_your_api_key_here" \ -H "Content-Type: application/json" \ -d '{ "decision": "approve", "reason": "Name match is a false positive — different date of birth confirmed." }'
Submit a manual decision on an AML screening result after reviewing the matches.
POST
/
aml
/
screen
/
{id}
/
decision
curl -X POST \ "https://verilock.io/api/v1/aml/screen/aml_8f3a9b2e-7c4d-4e1f-a6b5-3d2c1e0f9a8b/decision" \ -H "Authorization: Bearer qi_live_your_api_key_here" \ -H "Content-Type: application/json" \ -d '{ "decision": "approve", "reason": "Name match is a false positive — different date of birth confirmed." }'
curl -X POST \ "https://verilock.io/api/v1/aml/screen/aml_8f3a9b2e-7c4d-4e1f-a6b5-3d2c1e0f9a8b/decision" \ -H "Authorization: Bearer qi_live_your_api_key_here" \ -H "Content-Type: application/json" \ -d '{ "decision": "approve", "reason": "Name match is a false positive — different date of birth confirmed." }'