CRR
Get CRR
Get a CRR record by ID.
get/crr/{risk_score_id}
Path parameters
risk_score_idstring uuid required
Example:7503cd8a-903b-4fee-aa54-da3dc71f4124
ID of the risk score
Response
CRR record
Example response
{
"business_id": "06a644f6-2623-4dd2-b2cd-da8a8667515e",
"calculated_score": 47,
"calculations_breakdown": [
{
"condition": {
"upper": 150000,
"weight": 75
},
"parameter_label": "Customer Country",
"parameter_score": 46.42,
"parameter_weight": 25
}
],
"creator_id": "53869fb3-c58e-4a49-badb-7b273a7bdd34",
"customer_id": "272878fe-355f-4308-8d1d-4c7d43d698f6",
"id": "7503cd8a-903b-4fee-aa54-da3dc71f4124",
"note": "Customer was found on a watchlist. Setting the risk score to 80",
"risk_score": 37,
"tenant": "abcdef_ghijkl",
"valid_from": "2023-01-05T11:23:34.321Z",
"valid_to": "2024-01-05T11:23:34.321Z"
}