v1
latestOpenAPI 3.1.02026-07-24450175.9 KBPhone Risk
Use this API to assess a user's behavioral risk through their phone number
post/phone/risk
Request body
Response
200
Example response
{
"data": {
"phoneNumber": "00000000000",
"countryCode": "7",
"phoneType": "Mobile",
"phoneTypeStatus": "Allowed",
"riskLevel": "very-high",
"riskInsights": [
{
"name": "high-risk irregular activity",
"description": "Highest-risk category, based on past behavior.",
"impact": "Negative",
"type": "Category"
}
],
"riskScore": 80,
"maxPossibleRiskScore": 100,
"recommendation": "block",
"timezone": "+2",
"lineType": "MOBILE",
"carrier": "Vimpel Communications",
"location": {
"city": "Moscow",
"country": "Russia"
}
},
"metadata": {
"user_defined": "id00000"
}
}