Get the code to install an eSIM

Returns the installation code for the specified eSIM assigned to the logged-in organisation. By default, a QR code in SVG image format will be returned. The content type of the response can be controlled using the `Accept` header. Currently supported types are: - `image/svg+xml` (default) - `application/json` - `application/text` <Info> Returns an error if requested for a physical SIM card. </Info>

Authentication

AuthorizationBearer

An auth_token should be provided to authenticate a session.

To obtain an auth_token, see the /api/v1/authenticate POST request.

Path parameters

sim_idintegerRequired
Numeric ID of a SIM

Response

Successfully retrieved eSIM installation code.
iccidstring or null
ICCID of the selected SIM
payloadstring or null
Installation code of the selected SIM

Errors