Sim Resource

Access individual SIMs

Under Construction

Pardon our mess. We're in the process of migrating our docs over from Twilio.

To learn about upcoming changes that you will need to make your applications check out our Twilio to KORE Migration Guides page.

In the meantime, complete API docs can still be found here.

A Sim instance represents a Super SIM whether it be a physical SIM or digital eSIM profile. You will use the Sim instance to control an individual Super SIM's connectivity by assigning it to a Fleet and setting its status to values that will either allow the device using the Super SIM to connect to the cellular networks or have it be rejected.

https://supersim.api.korewireless.com/v1/Sims

You can refer to a Sim instance by its sid or unique_name.

https://supersim.api.korewireless.com/v1/Sims/{sid}
https://supersim.api.korewireless.com/v1/Sims/{unique_name}

To access the KORE APIs, you will need to create an API Client in our Developer Portal and have a valid access token used to authenticate your requests. Learn how to get started with KORE APIs here.

Last updated