Rebind IoT SIM Card

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

Update the latest information about the device number based on the card number.

API address

POST: /v1.0/iot-01/sim/unbind

Request parameter

Description of body

Parameter name Type IN Required Description
iccid String true The ID of a specified IoT SIM card.
imei String true The international mobile equipment identity (IMEI) that is bound.
new_imei String false The new IMEI to be bound. This field is required if you want to bind a new one.
opion_type String true The operation type.
  • CHG_BIND: Unbind from an old device and bind with a new device.

Return parameter

Parameter name Type Description
result Boolean Indicates whether the operation is successful. Valid values:
  • true: yes.
  • false: no.

Request example

POST: /v1.0/iot-01/sim/unbind
{ "iccid": "898828066600005****", "opion_type": "CHG_BIND", "imei": "88228510005****", "new_imei": "88228510005****" }

Return example

{ "result": true, "t": 1626329772978, "success": true }

Error code

For more information, see error code.