Request parameters
string
required
Session token.
string
required
Request signature.
Response fields
array
List of DP objects.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Retrieve the list of physical SIM distribution partners (DPs) available on your account. The returned dpId is required when placing physical SIM card orders.
GET https://bpm.mioesim.com/api_esim/getPhysicalSIMDpInfo
curl "https://bpm.mioesim.com/api_esim/getPhysicalSIMDpInfo?token=YOUR_TOKEN&sign=YOUR_SIGN"
{
"code": "0",
"message": "success",
"data": [
{
"id": 9,
"realName": "FIROAM GLOBAL",
"iconUrl": "http://img.mioesim.com/phoneImage/202405//a9675e73.jpg"
}
]
}
Was this page helpful?
