Mobile Number Complaint Risk Lookup
Check whether a mainland China mobile number matches the selected carrier complaint-risk criteria.
Documentation
Choose normal, sensitive, or high-risk screening and submit a mainland China mobile number. The result is intended for compliant outbound-call screening and preliminary business risk review only; it does not establish fraud, illegality, or personal creditworthiness.
Integration Examples
Includes ready-to-use Shell, Python, Go, Java, and PHP examples for direct integration.
Request Example
{
"mobile": "13800138000",
"forbidLevel": "2"
}Response Example
{
"code": 200,
"message": "成功",
"data": {
"mobile": "13800138000",
"msg": "非风险号码",
"forbid": 0
}
}Request Fields
The fields below are derived from example JSON for integration reference only.
| Path | Type | Sample |
|---|---|---|
| mobile | string | 13800138000 |
| forbidLevel | string | 2 |
Response Fields
The fields below are derived from example JSON for integration reference only.
| Path | Type | Sample |
|---|---|---|
| code | number | 200 |
| message | string | 成功 |
| data | object | {...} |
| data.mobile | string | 13800138000 |
| data.msg | string | 非风险号码 |
| data.forbid | number | 0 |