Skip to main content
Get the complete list of past and current plan orders for a specific SIM card. Each entry shows the plan details, usage, and dates — useful for displaying a customer’s usage history.
GET http://bpm.mioesim.com/api_esim/getHistoryDetail

Request parameters

token
string
required
Session token.
iccid
string
required
The ICCID of the SIM card.
sign
string
required
Request signature.

Response fields

data
array
List of historical plan orders (EsimOrderVo).

Example

curl "http://bpm.mioesim.com/api_esim/getHistoryDetail?token=YOUR_TOKEN&iccid=89480100000xxxxxxxx&sign=YOUR_SIGN"