Query the seed number list of the eUICC card
Query the seed number list of the eUICC card
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/querySeedProfileList' \
--header 'Content-Type: application/json' \
--data '{
"appkey": "",
"timestamp": "",
"nonce": 95977,
"sign": "",
"eid": "89044045116727494800000004500804"
}'
Responses
application/json
{
"code": "200",
"message": "success",
"data": {
"eid": "89044045116727494800000004500804",
"seedProfileArr": [
{
"iccid": "8932042000002473037"
}
]
}
}
Modified at 2026-05-21 08:09:54