{
"id": 6,
"customer": {
"id": 11,
"external_id": "cust-james-torres-1997",
"full_name": "James Torres",
"customer_type": "INDIVIDUAL"
},
"webhook_url": "https://example.com/webhook/case-complete",
"note": "The alert was validated due to a 2014 indictment... However, the customer was determined to be different...",
"risk_score": 0.153,
"outcome": "ACCEPTED",
"is_complete": true,
"failed": false,
"rfi": null,
"created_at": "2024-08-01T10:00:00Z",
"updated_at": "2024-08-01T10:05:00Z",
"delete_after": -1,
"checks": [
{
"id": 93929,
"input_details": { "...": "..." },
"check_type": "ADVERSE_MEDIA",
"risk_score": 0.85,
"title": "Adverse Media Hit: 'Operation Horseback'",
"note": "False positive: Age mismatch - subject was 42 in 2014, customer born 1997 (would be 17).",
"reasoning": ["The alert subject was 42 years old in 2014, while the customer's date of birth is Mar 26, 1997..."],
"outcome": "ACCEPTED",
"status": "DECIDED",
"created_at": "2024-08-01T10:01:00Z",
"updated_at": "2024-08-01T10:02:00Z",
"delete_after": -1
},
{
"id": 93930,
"input_details": {},
"check_type": "SANCTION",
...
},
{
"id": 93931,
"input_details": {},
"check_type": "PEP",
...
}
]
}