All Products
Search
Document Center

ID Verification:MOBILE_2META

Last Updated:Sep 18, 2026

Call the Mobile2MetaVerifyIntl operation to verify a mobile number and name against an authoritative data source

API description

  • API operation: Mobile2MetaVerifyIntl

  • Request methods: POST and GET

  • Protocol: HTTPS

  • Description: Verifies the authenticity and consistency of a mobile number and name against an authoritative data source.

  • QPS limit: Each API has its own QPS limit. For more information, see QPS limits of ID Verification server-side APIs.

  • Endpoints:

    Note
    • Benefits of internal network access: An internal network is a private communication network connecting Alibaba Cloud products within the same region. If your application server is deployed in the same region, use the internal endpoint to access the ID Verification service for enhanced security and stability.

    • Optimizing overseas access: Overseas network environments can be complex. Refer to Optimize server network latency to tune your integration and reduce network latency and request failures.

    China (Hong Kong)

    • Public endpoint: cloudauth-intl.cn-hongkong.aliyuncs.com

    • Internal endpoint: cloudauth-intl-vpc.cn-hongkong.aliyuncs.com

Online debugging and integration

Note

Before debugging and integration, read the Use OpenAPI document to learn how to call APIs on the OpenAPI platform and obtain the SDK.

You can use OpenAPI Explorer to directly run and debug this API operation, and generate SDK code examples.

Request parameters

Name

Type

Required

Description

Example

ProductCode

String

Yes

The product to use. Set this parameter to the static value MOBILE_2META.

MOBILE_2META

ParamType

String

Yes

The parameter type:

  • normal: plaintext

  • md5: MD5-encrypted

normal

UserName

String

Yes

The name.

Note
  • If paramType is set to normal, enter the plaintext value.

  • If paramType is set to md5, enter the 32-bit lowercase MD5 string.

Zhang*

Mobile

String

Yes

The mobile number.

Note
  • If paramType is set to normal, enter the plaintext value.

  • If paramType is set to md5, enter the 32-bit lowercase MD5 string.

131****8888

Response parameters

Name

Type

Description

Example

RequestId

String

The request ID.

130A2C10-B9EE-4D84-88E3-5384FF03****

Code

String

Return code: For more information, see Server-side HTTP status codes.

Success

Message

String

A detailed description of the response code.

success

Result

BizCode

String

The verification result:

  • 1: The information is consistent. (Billed)

  • 2: The information is inconsistent. (Billed)

  • 3: No record is found. (Not billed)

1

IspName

String

The carrier name:

  • CMCC: China Mobile

  • CUCC: China Unicom

  • CTCC: China Telecom

CMCC