Sim Resource
Access individual SIMs
https://supersim.api.korewireless.com/v1/Simshttps://supersim.api.korewireless.com/v1/Sims/{sid}
https://supersim.api.korewireless.com/v1/Sims/{unique_name}Status Values
API Authorization
curl -L "https://supersim.api.korewireless.com/v1/Sims" -H "Authorization: Bearer <YOUR_ACCESS_TOKEN>" Register a Super SIM to your Account
The ICCID of the Super SIM to be added to your Account.
The 10-digit code required to claim the Super SIM for your Account.
Created
Created
Retrieve a list of Super SIMs from your account.
The status of the Super SIM. Can be new, ready, active, inactive, or scheduled. See the Super SIM Status Values for a description of each.
newPossible values: The SID or unique name of the Fleet to which a list of Sims are assigned.
{"value":"HFaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"}The ICCID associated with a Super SIM to filter the list by. Passing this parameter will always return a list containing zero or one SIMs.
{"value":"89883070000123456789"}How many resources to return in each list page. The default is 50, and the maximum is 1000.
The page index. This value is simply for client state.
The page token. This is provided by the API.
OK
OK
Find a Sim resource by a Super SIM's ICCID
Update a Sim's Unique Name
Update a Sim's Fleet
Update a Sim's Fleet by Unique Name
Update a Sim's Status
Move Super SIMs between Child accounts
Moving Inactive SIMs Between Child Accouts
Considerations when Moving Inactive SIMs
Updates the given properties of a Super SIM instance from your account.
The SID of the Sim resource to update.
An application-defined string that uniquely identifies the resource. It can be used in place of the resource's sid in the URL to address the resource.
The new status of the resource. Can be: ready, active, or inactive. See the Super SIM Status Values for more info.
The SID or unique name of the Fleet to which the SIM resource should be assigned.
The URL we should call using the callback_method after an asynchronous update has finished.
The HTTP method we should use to call callback_url. Can be: GET or POST and the default is POST.
The SID of the Account to which the Sim resource should belong. The Account SID can only be that of the requesting Account or that of a Subaccount of the requesting Account. Only valid when the Sim resource's status is new.
OK
Accepted
Asynchronous updates
Activating a Sim resource
Deactivating a Sim resource
Reactivating a Sim resource
Changing an activated Sim resource's Fleet
Callback values
Last updated
Was this helpful?