Last Updated on : 2023-06-20 14:54:02download
Perform the real-name verification based on the ID of the IoT SIM card.
POST: /v1.0/iot-01/sim/{iccid}/auth
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
iccid | String | uri | true | The ID of a specified IoT SIM card. |
Parameter name | Type | Description |
---|---|---|
result | SimAuthRes | The returned result. |
Description of result
Parameter name | Type | Description |
---|---|---|
need_auth | Boolean | Indicates whether the verification is supported. |
operator_code | String | The carrier type. Valid values:
|
auth_url | String | The URL for the H5 real-name verification. |
POST: /v1.0/iot-01/sim/898611212100361****/auth
{
"result": {
"need_auth": true,
"auth_url": "https://uniteapp.ctwing.cn:10990/uapp/certifhtml/certif_entry.html?token=4fd7368079af73f64270f227a4bf48686826cde6f1504cbef9aefbd58decaf549320a7a54cc291f0cc5056fb33e44f144cfb7c3fbbc8c9f60ddd41a70ff37ddf",
"operator_code": "HZCTCC"
},
"t": 1626330836255,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback