priceid you need when calling Place Order.
Request parameters
string
required
Request signature. See Authentication.
Response fields
object
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Fetch available data plans for an eSIM SKU. Returns flows, validity, price, priceid, apiCode, and network support — everything needed to place an order.
priceid you need when calling Place Order.
GET https://bpm.mioesim.com/api_esim/getPackages
Show data fields
Show Package fields
unit)."GB" or "MB".0 = renewable, 1 = non-renewable.0 = regular, 1 = DayPass (specify days), 2 = enumerated.1 = start date required when ordering.0 = activates immediately; non-zero = expires N days after activation."40-0-3-1-G").curl "https://bpm.mioesim.com/api_esim/getPackages?token=YOUR_TOKEN&skuId=45&sign=YOUR_SIGN"
{
"code": "0",
"message": "success",
"data": {
"skuid": 45,
"countrycode": "40",
"displayEn": "Austria",
"esimPackageDtoList": [
{
"flows": 1,
"days": 3,
"unit": "GB",
"price": 2.66,
"priceid": 441,
"flowType": 0,
"supportDaypass": 0,
"minDay": 3,
"maxDay": 30,
"mustDate": 0,
"expireDays": 0,
"apiCode": "40-0-3-1-G",
"premark": "Plan type: Data only\nAPN: internet\nActivation Policy: Validity starts when eSIM connects to a supported network.\nCancellation policy: Cannot cancel after install.",
"networkDtoList": [
{ "type": "LTE", "operator": "A1.net", "nameen": "Austria" }
]
}
],
"supportCountry": ["Austria"]
}
}
{ "code": -2, "message": "params is not null", "data": "" }
priceid from the plan you want to purchase — you’ll need it for the priceId parameter when calling Place Order.Was this page helpful?
