Get Iccid、Imei
Description
This interface allows users to retrieve information about the IoT SIM card.
Request Address
URL:
[Host Server]/api/client/v2/box/{boxId}/sim/card
Address Parameter Description
Field Type Description Host Server string See Explanation of terms boxId Long Find it in Get FGate list interface: boxRegs->box->id Method
GET
Headers
Field Type Description Authorization string "Bearer " + Access_token obtained in login interface Body
NULL
Successful Response
Field Type Description iccid string SIM card serial number imei string International Mobile ID Response Codes
Code Description 200 Successful execution 401 Access token expired 400 Error message in the HTTP Header [X-FBox-Code],see Appendix Three for details 404 Interface does not exist, please check the URL 429 Access the interface so frequently, see 429 Status code