Reset sim
POST https://api.pegasusgateway.com/m2m/wireless/v1/Sims/:sid
You can change the state of the SIM to any of the following values: ready, active or suspended.
The following table describes the possible statuses of the SIM, some of these are temporary while the SIM changes states:
Status | Name | Description |
---|---|---|
new | Inventory | Default state, think of it as it's stored in inventory, no charge is made to this SIM, once it's moved to ready or active it cannot be new. |
ready | Ready to Activate | Default state, think of it as it's stored in inventory, no charge is made to this SIM, once it's moved to ready or active it cannot be new. |
active | Active | The SIM can connect to the network and is capable of consuming network resources in accordance with its Rate Plan. |
suspended | Suspended | The SIM is blocked from connecting to the network. |
deactivated | Deactivated | The SIM is blocked from connecting to the network. After 72 hours, the SIM will transition automatically to the canceled status. |
canceled | Retired | Terminal status. The SIM is blocked from connecting to the network and can never be reactivated. |
scheduled | Scheduled to Change | The network operator is waiting to receive the instruction to change it's status, the SIM may remain in this state for some time, it depends on the network operator's availability. The status will be automatically updated to the requested status when the network operator resumes accepting transactions. |
updating | Updating | The SIM is in the process of being updated. |
Request Body
{"ResetStatus"=>"resetting"}