Get pool by iccid
Developing
Request
Body Params application/json
{
"appkey": "{{APPKEY}}",
"timestamp": "{{TIMESTAMP}}",
"nonce": 95977,
"sign": "{{SIGN}}",
"iccid": "89852000263338791785"
}
Request Code Samples
curl --location 'https://oapi.eiotclub.com/api/v3/pool/by_iccid' \
--header 'Content-Type: application/json' \
--data '{
"appkey": "",
"timestamp": "",
"nonce": 95977,
"sign": "",
"iccid": "89852000263338791785"
}'
Responses
application/json
{
"code": "string",
"message": "string",
"data": {
"pool_object_id": 0
}
}
Modified at 2025-12-17 02:03:23