{
"appkey": "{{APPKEY}}",
"timestamp": {
{TIMESTAMP
}
},
"nonce": 28318,
"sign": "{{SIGN}}",
"pageNum": 100,
"type": 1
}curl --location 'https://oapi.eiotclub.com/api/v3/outputApi/queryAccountWarningCard' \
--header 'Content-Type: application/json' \
--data '{
"appkey": "",
"timestamp": {
{TIMESTAMP
}
},
"nonce": 28318,
"sign": "",
"pageNum": 100,
"type": 1
}'{
"code": "200",
"message": "Operation successful",
"data": {
"totalPage": 1,
"cardInfoList": [
{
"iccid": "89860125641236548745",
"type": "1",
"earlyWarningValue": 100
},
{
"iccid": "89860125641236548745",
"type": "2",
"earlyWarningValue": 10
},
{
"iccid": "89860125641236548745",
"type": "3",
"earlyWarningValue": 7
}
]
}
}