Skip to main content
This endpoint returns the same SKU catalog as List SKUs but organized by continent. The response includes a continent array (ordered list of continent names) and a data map keyed by continent name.
GET https://bpm.mioesim.com/api_esim/getSkuByGroup

Request parameters

token
string
required
Session token from Login.
sign
string
required
Request signature. See Authentication.

Response fields

code
string
"0" on success.
data
object

Example

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