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
The ICCID of the SIM card.
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"