Query all profiles under eUICC
Query all profiles under eUICC
Request
Body Params application/json
{
"appkey": "{{APPKEY}}",
"timestamp": "{{TIMESTAMP}}",
"nonce": 95977,
"sign": "{{SIGN}}",
"eid": "89044045116727494800000004500804"
}
Request Code Samples
curl --location 'https://oapi.eiotclub.com/api/v3/esim/queryProfiles' \
--header 'Content-Type: application/json' \
--data '{
"appkey": "",
"timestamp": "",
"nonce": 95977,
"sign": "",
"eid": "89044045116727494800000004500804"
}'
Responses
application/json
{
"code": "200",
"message": "success",
"data": {
"esimProfileArr": [
{
"iccid": "{{ICCID}}",
"class": 2,
"action": 4,
"kind": 1,
"isThirdParty": false
}
]
}
}
Modified at 2026-07-03 01:43:13