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:

StatusNameDescription
newInventoryDefault 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.
readyReady to ActivateDefault 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.
activeActiveThe SIM can connect to the network and is capable of consuming network resources in accordance with its Rate Plan.
suspendedSuspendedThe SIM is blocked from connecting to the network.
deactivatedDeactivatedThe SIM is blocked from connecting to the network. After 72 hours, the SIM will transition automatically to the canceled status.
canceledRetiredTerminal status. The SIM is blocked from connecting to the network and can never be reactivated.
scheduledScheduled to ChangeThe 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.
updatingUpdatingThe SIM is in the process of being updated.

Request Body

{"ResetStatus"=>"resetting"}