Get pool's can add card
Developing
Request
Body Params application/json
{
"appkey": "{{APPKEY}}",
"timestamp": "{{TIMESTAMP}}",
"nonce": 95977,
"sign": "{{SIGN}}",
"pool_object_id": 380,
"iccid_arr": "89852000261098750306,89852000261098028000,89852000261098028026"
}
Request Code Samples
curl --location 'https://oapi.eiotclub.com/api/v3/pool/card/can_add_list' \
--header 'Content-Type: application/json' \
--data '{
"appkey": "",
"timestamp": "",
"nonce": 95977,
"sign": "",
"pool_object_id": 380,
"iccid_arr": "89852000261098750306,89852000261098028000,89852000261098028026"
}'
Responses
application/json
{
"code": "string",
"message": "string",
"data": {
"list": [
{
"iccid": "string"
}
]
}
}
Modified at 2025-11-12 02:15:11