Query All Allocated Profiles
-
Interface description
- Query all eSIM profiles for both new eSIMs, and in use eSIMs.。
-
Interface invocation
- URL:/linklan_api/esim/v1/getQrCode
- Request method:post
-
Request parameters
| Name | Type | Required | Description |
|---|---|---|---|
| packagesCode | int | true | product number |
{
"data": {
"lklOrderCode": "lkl_1780284354"
}
}
- Response parameters
| Name | Type | Description |
|---|---|---|
| lklOrderCode | string | order number |
| iccid | string | iccid |
| qrCode | string | qrstring |
| apn | string | apn |
| msg | string | message |
Json 示例
{
"code": 200,
"msg": "success",
"data": {
"lklOrderCode": "lkl_1780284354",
"iccid": "89852350225030112863",
"qrCode": "LPA:1$rsp-eu.simlessly.com$D95D0DCFD6304A2791F49E909DBDCD3E",
"apn": "wbdata",
"msg": "success"
}
}