This topic describes the simplified 3-element verification for phone number API.
API information
Before calling this API, read the integration process and activate the service.
API name: Mobile3MetaSimpleVerify
Description: Verifies the authenticity and consistency of a phone number, name, and ID card number against authoritative data sources.
QPS limit: This API has a dedicated QPS limit. For more information, see QPS limits for information verification APIs.
Endpoints (the endpoint to use when calling the API):
Region
IPv4
IPv6
common
cloudauth.aliyuncs.com
cloudauth-dualstack.aliyuncs.com
China (Beijing)
cloudauth.cn-beijing.aliyuncs.com
cloudauth-dualstack.cn-beijing.aliyuncs.com
China (Shanghai)
cloudauth.cn-shanghai.aliyuncs.com
cloudauth-dualstack.cn-shanghai.aliyuncs.com
NoteTo reduce latency, select an endpoint that is geographically close to your servers.
You can also create a list of endpoints and poll them in rotation to improve availability.
ImportantThe Information Verification Service does not support a hard cap on call volume or automatic deactivation. To control costs and prevent high bills, configure spending alert rules after you integrate the service:
Configure spending alerts: Set a spending alert rule (Set high-spending alerts) to monitor your bills in real time.
Monitor data transfer plan balance: If you purchased a data transfer plan, also monitor its balance (Configure remaining quota alerts) to add resources or adjust your call policy promptly.
Request parameters
Parameter | Type | Required | Description | Example |
ParamType | String | Yes | The encryption method. Valid values:
| normal |
IdentifyNum | String | Yes | The ID card number. Note Only ID numbers from Resident Identity Card and Residence Permit for Hong Kong, Macao, and Taiwan residents are supported.
|
|
UserName | String | Yes | The name.
|
|
Mobile | String | Yes | The phone number.
|
|
Response parameters
Parameter | Type | Description | Example | |
RequestId | String | The request ID. | 130A2C10-B9EE-4D84-88E3-5384FF039795 | |
Message | String | The response message. | success | |
Code | String | The response code. A value of 200 indicates success. Other values indicate failure. Important
| 200 | |
ResultObject | BizCode | String | The verification result code. Valid values:
| 1 |
IspName | String | The carrier name. Valid values:
| CMCC | |
SDK call examples
Before you integrate, read the integration process, activate the service, and get an AccessKey and configure the environment variables.
OpenAPI Explorer: Debug the API online and obtain SDK examples.
Code sample project: Provides sample integration projects for various programming languages.

