get_esim_plan
ActiveTool of Siima eSIM
declared in 1.0.0
Fetch full details of a single Siima eSIM plan by its id (from search_esim_plans). To buy: call create_checkout_link with the plan id, give the returned URL to the user. After payment the eSIM (QR code + activation link + manual codes) is emailed to them automatically — no account needed.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"plan_id"
],
"properties": {
"plan_id": {
"type": "string",
"format": "uuid",
"description": "Plan id returned by search_esim_plans"
}
},
"additionalProperties": false
}Parent server
Siima eSIM
1/7 registries