Skip to main content

Query All Allocated Profiles

  1. Interface description

    • Query all eSIM profiles for both new eSIMs, and in use eSIMs.。
  2. Interface invocation

    • URL:/linklan_api/esim/v1/getQrCode
    • Request method:post
  3. Request parameters

NameTypeRequiredDescription
packagesCodeinttrueproduct number
{
"data": {
"lklOrderCode": "lkl_1780284354"
}
}
  1. Response parameters
NameTypeDescription
lklOrderCodestringorder number
iccidstringiccid
qrCodestringqrstring
apnstringapn
msgstringmessage

Json 示例

{
"code": 200,
"msg": "success",
"data": {
"lklOrderCode": "lkl_1780284354",
"iccid": "89852350225030112863",
"qrCode": "LPA:1$rsp-eu.simlessly.com$D95D0DCFD6304A2791F49E909DBDCD3E",
"apn": "wbdata",
"msg": "success"
}
}