Query Real-Name Verification Result

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

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

API address

GET: /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 String Indicates whether the SIM card is verified. Valid values:
  • AUTH_SUCCESS: The SIM card is verified.
  • AUTH_FAIL: The SIM card is not verified.

Request example

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

Return example

{ "result": "AUTH_SUCCESS", "t": 1626329930010, "success": true }

Error code

For more information, see error code.