Request parameters
string
required
Session token.
string
required
The ICCID of the SIM card.
string
required
Request signature.
Response fields
array
List of historical plan orders (EsimOrderVo).
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Retrieve the full package history for a SIM card by ICCID, including past plan orders, usage data, and start and end dates for each plan.
GET http://bpm.mioesim.com/api_esim/getHistoryDetail
Show Order fields
0 = regular order, 1 = DayPass order.flows, unit, days, usedMb, name, beginDate, endDate, status, supportDaypass, canActive, showOverTip, renew.curl "http://bpm.mioesim.com/api_esim/getHistoryDetail?token=YOUR_TOKEN&iccid=89480100000xxxxxxxx&sign=YOUR_SIGN"
{
"code": "0",
"message": "success",
"data": [
{
"orderNum": "EP20260113000002",
"skuId": 16,
"skuName": "South Korea",
"type": 0,
"count": 1,
"createTime": "2026-01-13 19:54:35.0",
"status": 0,
"renew": false,
"packageList": [
{
"flows": 1, "unit": "GB", "days": 3,
"usedMb": 0.0, "name": "1GB/3days",
"beginDate": "2026-01-14 17:26",
"endDate": "2026-01-15 17:26",
"status": 1
}
]
}
]
}
Was this page helpful?
