Request parameters
string
required
Session token.
string
required
The ICCID of the SIM card.
string
required
Request signature.
Response
Same structure as eSIM SKUs by Continent:continent array and data map of continent → SKU array.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Retrieve SKUs available for renewal on a specific SIM card, organized by continent. Useful for building region-based renewal selection UIs for customers.
GET https://bpm.mioesim.com/api_esim/getIccidSupportSkuGroup
continent array and data map of continent → SKU array.
curl "https://bpm.mioesim.com/api_esim/getIccidSupportSkuGroup?token=YOUR_TOKEN&iccid=934801019851134300&sign=YOUR_SIGN"
{
"code": "0",
"message": "success",
"data": {
"continent": ["Europe"],
"data": {
"Europe": [
{ "skuid": 45, "countryCode": 40, "display": "Austria", "continentCode": 2 }
]
}
}
}
Was this page helpful?
