Skip to main content
Retrieve the data plans available for a physical SIM SKU from a specific distribution partner. The response structure mirrors Get Packages but uses EsimPackageVo objects.
GET https://bpm.mioesim.com/api_esim/getDpSupportPackageInfo

Request parameters

token
string
required
Session token.
dpId
integer
required
Distribution partner ID.
sign
string
required
Request signature.

Response

The data object contains skuid, countrycode, displayEn, esimPackageVoList (same fields as esimPackageDtoList in Get Packages), supportCountry, and countryImageUrlDtoList. Key package fields: priceid, flows, unit, days, price, flowType, supportDaypass, apiCode, networkVos.

Example

curl "https://bpm.mioesim.com/api_esim/getDpSupportPackageInfo?token=YOUR_TOKEN&dpId=9&sign=YOUR_SIGN"