Skip to main content
Given an ICCID, this endpoint returns which products (SKUs) the card supports for plan purchases or renewals. Use the returned skuid values with Get ICCID Packages to get available plans.
GET https://bpm.mioesim.com/api_esim/getIccidSupportSku

Request parameters

token
string
required
Session token.
iccid
string
required
The ICCID of the SIM card.
sign
string
required
Request signature.

Response

Returns a data array of SKU objects with skuid, display, and countryCode — same format as List SKUs.

Example

curl "https://bpm.mioesim.com/api_esim/getIccidSupportSku?token=YOUR_TOKEN&iccid=934801019851134300&sign=YOUR_SIGN"