Skip to main content
Before placing a bulk order, call this endpoint to confirm that enough card inventory exists for the SKU and plan you want to purchase. Returns 1 if resources are adequate or 0 if they are insufficient.
GET https://bpm.mioesim.com/api_esim/verifyResource

Request parameters

token
string
required
Session token.
skuid
string
required
SKU identifier.
priceid
string
required
Package price ID.
count
string
required
Number of cards you intend to order.
sign
string
required
Request signature.

Response

data
integer
1 = sufficient resources available. 0 = insufficient resources.

Example

curl "https://bpm.mioesim.com/api_esim/verifyResource?token=YOUR_TOKEN&skuid=45&priceid=441&count=10&sign=YOUR_SIGN"