latestSwagger 2.02026-08-20196638916.1 KB
23d8982b533d
Risk.Risk Insights
Get a Risk Insights
Get a risk insights report of a user.
get/risk/v1/risk-insights/{id}
Path parameters
idstring required
The identifier of the risk insights report.
Response
A successful response.
Example response
{
"createdTime": "2022-01-24T14:39:42.814204Z",
"currencyCode": "SEK",
"dataAvailability": [
"ONE_WEEK",
"ONE_MONTH"
],
"externalReference": "ext-abc-123",
"highBalances": {
"daysBalanceAbove1000OneMonth": 30,
"daysBalanceAbove1000OneWeek": 7,
"daysBalanceAbove1000SixMonths": 180,
"daysBalanceAbove1000ThreeMonths": 90,
"daysBalanceAbove1000Total": 250,
"daysBalanceAbove1000TwelveMonths": 250
},
"id": "60078e3872624db6b3fc57a9c10f75d7",
"lowBalances": {
"daysBalanceBelow0OneMonth": 0,
"daysBalanceBelow0OneWeek": 0,
"daysBalanceBelow0SixMonths": 0,
"daysBalanceBelow0ThreeMonths": 0,
"daysBalanceBelow0Total": 150,
"daysBalanceBelow0TwelveMonths": 115,
"daysBalanceBelow7OneMonth": 0,
"daysBalanceBelow7OneWeek": 0,
"daysBalanceBelow7SixMonths": 0,
"daysBalanceBelow7ThreeMonths": 0,
"daysBalanceBelow7Total": 150,
"daysBalanceBelow7TwelveMonths": 115
},
"userId": "8de8c352022e4dda94137ad7fb75e3d2"
}