Real-Name Verification

Last Updated on : 2023-06-20 14:54:02download

Perform the real-name verification based on the ID of the IoT SIM card.

API address

POST: /v1.0/iot-01/sim/{iccid}/auth

Request parameter

Parameter name Type IN Required Description
iccid String uri true The ID of a specified IoT SIM card.

Return parameter

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:
  • SIMSKY: SIMSKY Company.
  • HZCTCC: China Telecom.
  • 1NCE: Deutsche Telekom.
auth_url String The URL for the H5 real-name verification.

Request example

POST: /v1.0/iot-01/sim/898611212100361****/auth

Return example

{ "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 }

Error code

For more information, see error code.