Autional Autional
API Reference GitHub autional.com →

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

NameInTypeRequiredDefaultExampleConstraintsDescription
user_id path string Yes User ID

Responses

StatusDescriptionSchema
200Risk score (score>=70 high risk, 40-69 medium risk, <40 low risk)dto.PointRiskScoreDetailResponse
400Bad requestgitee_com_linmes_authms_base_dto.SimpleResponse
401Unauthorizedgitee_com_linmes_authms_base_dto.SimpleResponse
404User not foundgitee_com_linmes_authms_base_dto.SimpleResponse
500Internal server errorgitee_com_linmes_authms_base_dto.SimpleResponse

Referenced Schemas

dto.PointRiskScoreDetailResponse

FieldTypeRequiredExampleConstraintsDescription
code integer No
data dto.PointRiskScoreResponse No
message string No
timestamp string No

dto.PointRiskScoreResponse

FieldTypeRequiredExampleConstraintsDescription
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

FieldTypeRequiredExampleConstraintsDescription
code integer No
message string No
timestamp string No