{
"status": "success",
"data": {
"watchlist_id": "550e8400-e29b-41d4-a716-446655440000",
"tenant_id": "tenant123",
"name": "High Risk Customers",
"subjects": [
{
"subject_id": "660e8400-e29b-41d4-a716-446655440001",
"full_name": "John Doe",
"identifier": "12345678",
"identifier_type": "document",
"added_at": "2024-11-22T10:30:00Z",
"expires_at": 1763789400
}
],
"lists_to_monitor": ["ofac", "un"],
"check_frequency": "daily",
"last_checked_at": "2024-11-22T09:00:00Z",
"next_check_due": 1732278600000,
"last_results": {
"checked_at": "2024-11-22T09:00:00Z",
"subjects_checked": 5,
"matches_found": 0,
"new_matches": 0,
"s3_snapshot_key": "snapshots/tenant123/550e8400/2024-11-22T09:00:00Z.json"
},
"alert_config": {
"on_new_match": true,
"on_status_change": true,
"webhook_url": "https://your-server.com/webhooks/kyc",
"notification_email": "compliance@example.com"
},
"status": "active",
"created_at": "2024-11-22T10:30:00Z",
"updated_at": "2024-11-22T10:30:00Z"
}
}