Skip to main content
Look up a specific order using the order number returned when you placed it. The response includes the same card details as the order placement response — useful for retrieving activation codes after the fact.
GET https://bpm.mioesim.com/api_esim/getOrderInfo
After calling this endpoint, the order can no longer be unsubscribed.

Request parameters

token
string
required
Session token from Login.
orderNum
string
required
Order number (e.g. EP20240124000013).
sign
string
required
Request signature.

Response fields

data
object

Example

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