Last Updated on : 2023-06-20 14:54:05download
Query the status of the IoT SIM card by card number.
GET: /v1.0/iot-01/sim/{iccid}/status
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
iccid | String | uri | true | The ID of a specified IoT SIM card. |
Parameter name | Type | Description |
---|---|---|
result | CardStatusRes |
Description of result
Parameter name | Type | Description |
---|---|---|
iccid | String | The ID of a specified IoT SIM card. |
msisdn | String | The Mobile Station International Subscriber Director Number (MSISDN), a number used for the international identification of mobile phone numbers. |
status | Integer | Indicates the status of the IoT card. Valid values:
|
GET: /v1.0/iot-01/sim/898611212100361****/status
{
"result": {
"iccid": "898611212100361****",
"msisdn": "141034183****",
"status": 2
},
"t": 1626343039923,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback