Last Updated on : 2023-06-15 05:20:20
Query the details of the IoT SIM card by the card number, including the card number, activation time, phone number, and device number.
GET: /v1.0/iot-01/sim/{iccid}/info
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
iccid | String | uri | true | The ID of a specified IoT SIM card. |
Parameter name | Type | Description |
---|---|---|
result | CardInfoRes | The returned result. |
Description of result
Parameter name | Type | Description |
---|---|---|
iccid | String | The ID of a specified IoT SIM card. |
active_date | Long | The time when the card was activated. |
msisdn | String | The Mobile Station International Subscriber Director Number (MSISDN), a number used for the international identification of mobile phone numbers. |
imei | String | The international mobile equipment identity (IMEI). |
GET: /v1.0/iot-01/sim/898611212100361****/info
{
"result": {
"active_date": 1626330214631,
"iccid": "898611212100361****",
"imei": "88228510005****",
"msisdn": "141034183****"
},
"t": 1626330138796,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback