Enhanced Vehicle Information Verification
This document describes the Enhanced Vehicle Information Verification API and its parameters.
API reference
Before calling this API, read the integration process and activate the service.
API name: VehicleMetaVerifyV2
Description: Verifies the consistency of a name, ID number, license plate number, and vehicle type. This API also returns detailed vehicle information.
QPS limit: This API has a dedicated QPS limit. For more information, see QPS limits for information verification APIs.
Endpoints:
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 or automatic deactivation based on the number of calls. To control costs and prevent high bills, we recommend configuring spending alert rules:
Configure spending alerts: Set High-Spending Alert thresholds to monitor your expenses in real time.
Monitor your resource package balance: If you have purchased a resource package, also Set Resource Package Balance Alert. This lets you promptly replenish the package or adjust your call strategy.
Configure business monitoring: See security management to monitor business requests for anomalies and fluctuations.
Request parameters
Parameter | Type | Required | Description | Example |
ParamType | String | Yes | The encryption method.
| normal |
VerifyMetaType | String | Yes | The verification type.
| VEHICLE_3_META |
UserName | String | Yes | The name.
|
|
VehicleNum | String | Yes | The license plate number.
|
|
IdentifyNum | String | No | The ID number.
Important This parameter is required if |
|
VehicleType | String | No | Vehicle type:
| 02 |
Response
Parameter | Type | Description | Example | |
RequestId | String | The unique ID of the request. | 130A2C10-B9EE-4D84-88E3-5384FF03**** | |
Message | String | The message returned. | success | |
Code | String | The return code. A value of Important
| 200 | |
ResultObject | BizCode | String | The verification result.
| 1 |
VehicleInfo | String | Vehicle details. For a detailed description of the fields, see VehicleInfo field details. Important Please handle edge cases gracefully: some fields might be missing due to data source issues, and the | | |
VehicleInfo fields
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 get SDK examples.
Code Sample Project: Find sample projects for calling the SDK in various programming languages.

