For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get an eSIM

Get eSIM by ICCID

get

Returns the Subscription information associated with the provided ICCID.

Path parameters
iccidstring · min: 19 · max: 20Required

The ICCID to retrieve the profile data for.

Responses
200

Successfully fetched profile information for the given ICCID.

application/json
get/api/v1/eSIM/getByIccid/{iccid}
GET /api/v1/eSIM/getByIccid/{iccid} HTTP/1.1
Accept: */*
{
  "data": {
    "activationCode": "LPA:1$consumer.rsp.world$POK6MBO8U1N20MCURXT2OUCX",
    "iccid": "1234567890123456789",
    "imei": "1425627727272",
    "imsi": "310260123456789",
    "matchingId": "123456789",
    "qr_code": "data:image/jpeg:bae64;****************************************",
    "state": "RELEASED"
  }
}

Last updated

Was this helpful?