Query Profile Detail
Simlessly
# Query Profile Detail
Simlessly API (v1.0.0): Query Profile Detail
# POST
https://rsp.simlessly.com/api/v1/profile/detail (opens new window)
# Parameters of Request
Name | Type | MOC | Description | Example |
---|---|---|---|---|
iccid | String | Mandatory | ICCID (length: 19-20) | 89860468152080349618 |
# Example of Request
{
"iccid": " 89860468152080349618"
}
# Parameters of Response
Name | Type | MOC | Description | Example |
---|---|---|---|---|
iccid | String | Mandatory | ICCID (length: 19-20) | 89860468152080349618 |
eid | String | Optional | EID | 89049032000001000000167454952138 |
imsi | String | Mandatory | IMSI (length: 15) | 460048867619618 |
status | String | Mandatory | Profile status | INSTALLED |
smdp | String | Mandatory | SMDP | rsp-eu.simlessly.com |
activation | String | Mandatory | Activation(IOS) | 6B3D18BB14D4AABD8631C50B204976C4 |
ac | String | Mandatory | Activation Code | 1$rsp-eu.simlessly.com$6B3D18BB14D4AABD8631C50B204976C4 |
acLink | String | Optional | The link address of the QR Code | https://static.simlessly.com/simlessly/QR/89852019919010400000.png |
group | String | Optional | Group | “” |
deviceBrand | String | Optional | Device brand | Unknown |
ip | String | Optional | Client IP | "" |
configurationName | String | Mandatory | Configuration name | applet |
configurationType | String | Mandatory | Configuration type | Custom |
createTime | DateTime | Mandatory | Create time | 2023-12-21T10:27:58.000Z |
recycleInfo | Object | Optional | Recycle info | "" |
Name | Type | MOC | Description | Example |
orderId | String | Required | Order ID | 8984286140 |
status | String | Required | Recycle Status | INVALID |
expireTime | String | Required | Expire time | 12/22/2023, 23:59:59 |
recycleTime | String | Optional | Recycle time | “” |
recycleReason | String | Optional | recycle reason | “” |
# Example of Response
{
"obj":{
"iccid": "89860468152080348700",
"eid": "89049032000001000000167454952138",
"imsi": "460048867619618",
"status": "INSTALLED",
"smdp": "rsp-eu.simlessly.com",
"activation": "6B3D18BB14D4AABD8631C50B204976C4",
"ac": "1$rsp-eu.simlessly.com$6B3D18BB14D4AABD8631C50B204976C4",
"acLink": "https://static.simlessly.com/simlessly/QR/89852019919010400000.png",
"group": "",
"deviceBrand": "Unknown",
"ip": "",
"configurationName": "applet",
"configurationType": "Custom",
"createTime": "2023-12-21T10:27:58.000Z",
"recycleInfo": {
"orderId": "8984286140",
"status": "INVALID",
"expireTime": "12/22/2023, 23:59:59",
"recycleTime": "",
"recycleReason": ""
}
},
"success": true,
"msg": "",
"code": "00000"
}