SIM Management
API Reference
Sim Refresh

SimRefresh

This endpoint allows IOT sims to be refreshed.

Network Support

NetworkNetworkId
eSIMsmart218
eSIMsmart IOT225
MT-IOT M2MO232
MT-IOT M2MV233
  • SIM status must be "on-hire"
  • All SIMs must be:
    • On the same network
    • On the same account

Request

NameTypeDescriptionRestrictions
serialNumbersstring arrayAn array of serial numbers corresponding to the SIMs you wish to updateAt least one
clearLocationboolOnly for MT-IOT sims
Example
curl --location 'https://api.cellhire.com/api/simSubmission/SimRefresh' \
--header 'Content-Type: application/json;charset=UTF-8' \
--header 'Authorization: Bearer eyJhbGciOiJSUzI1NiIsImtpZCI6IjRBMDlENTFBMDhEOEUxMTU0OTkyODFDN...' \
--data '{
    "serialNumbers": [
        "987654321"
    ],
    "clearLocation": true
}'

Successful Response

NameTypeDescription
ticketNumberguidSubmission Id that has been created
{ "ticketNumber": "1beeb8dd-1825-4bcd-8a62-f941aacb8d15" }