Skip to main content
For a given SKU (from List SKUs), this endpoint returns all purchasable data plans. Each plan object contains the priceid you need when calling Place Order.
GET https://bpm.mioesim.com/api_esim/getPackages

Request parameters

token
string
required
Session token from Login.
skuId
string
required
SKU identifier from List SKUs.
sign
string
required
Request signature. See Authentication.

Response fields

data
object

Example

curl "https://bpm.mioesim.com/api_esim/getPackages?token=YOUR_TOKEN&skuId=45&sign=YOUR_SIGN"
Save the priceid from the plan you want to purchase — you’ll need it for the priceId parameter when calling Place Order.