Get eSIM activation QR code
get_esim_activationGet the QR code and activation details for a purchased eSIM.
Not read-only: like get_order_status, an order that is not ready yet is advanced first, so this can change the order's state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order_id | Yes | order_id of a fulfilled order |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| iccid | Yes | The eSIM's ICCID | |
| order_id | Yes | The order this eSIM belongs to | |
| expires_at | Yes | When the plan expires, in the provider's own format | |
| qr_code_url | Yes | Image URL of the activation QR code | |
| instructions | Yes | How to install the eSIM | |
| smdp_address | Yes | SM-DP+ server address, for manual install | |
| activation_code | Yes | LPA activation string, for manual install |