GET /points/{user_id}/risk-score
Perform anti-fraud/arbitrage risk assessment on a points account based on multi-dimensional factors (freeze count, spending ratio, recent earning frequency, negative balance, transaction activity).
Points Service `bearerAuth` application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
user_id |
path |
string |
Yes |
|
|
|
User ID |
Referenced Schemas
dto.PointRiskScoreDetailResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
data |
dto.PointRiskScoreResponse |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|
dto.PointRiskScoreResponse
| Field | Type | Required | Example | Constraints | Description |
factors |
array of
string |
No |
['["normal_behavior"', '"trusted_device"]'] |
|
|
risk_level |
string |
No |
low |
|
|
risk_score |
integer |
No |
10 |
|
|
user_id |
string |
No |
usr_example_001 |
|
|
gitee_com_linmes_authms_base_dto.SimpleResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|