Skip to main content
Look up card metadata for one or more ICCIDs in a single call. Each result indicates whether the query succeeded and includes the card’s expiry date, renewal eligibility, card type, and status.
GET https://bpm.mioesim.com/api_esim/queryIccidInformation

Request parameters

token
string
required
Session token.
iccids
string
required
Comma-separated list of ICCIDs. Maximum 100 per request.
sign
string
required
Request signature.

Response fields

data
array
One entry per ICCID queried.

Example

curl "https://bpm.mioesim.com/api_esim/queryIccidInformation?token=YOUR_TOKEN&iccids=898520302104038975,898520302104038976&sign=YOUR_SIGN"