Skip to main content
Returns the data plans available for purchase or renewal on a specific card. The response format mirrors Get Packages and includes the same priceid and apiCode fields for ordering.
GET https://bpm.mioesim.com/api_esim/getIccidSupportPackageInfo

Request parameters

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

Response

Same structure as Get Packages: a data object with skuid, displayEn, esimPackageDtoList (with priceid, flows, unit, days, price, apiCode, etc.), and countryImageUrlDtoList.

Example

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