Skip to main content
Returns SKUs for a distribution partner (DP) organized by continent — the same grouping format as eSIM SKUs by Continent.
GET https://bpm.mioesim.com/api_esim/getDpSupportSkuInfoByGroup

Request parameters

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

Response

Same structure as eSIM SKUs by Continent: a continent array and a data map of continent name → array of SKU objects (with skuid, countryCode, imageUrl, display, note, search, continentCode).

Continent keys

KeyRegion
CommonMulti-country / global SKUs
AsiaAsia-Pacific
EuropeEurope
AfricaAfrica
Latin AmericaLatin America
North AmericaNorth America
OceaniaOceania

Example

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