取每一个APP的号码数量
GET /api/number/num_count/{app_uuid}
Headers
Name
Type
Description
app_uuid
string
APP 的uuid
vendor_uuid
string
可以不提供。这个是号码供应商的id
country
string
'US' or 'CA'
[
{
"total": 485167,
"used": 0,
"unused": 485167
},
{
"vendor_uuid": null,
"data": {
"total": 485167,
"used": 0,
"unused": 485167
}
}
]
Example
curl -X 'POST'
'https://api.globalsms.io/api/number/num_count/dde1489c-9143-46c1-9402-2c64439af03c?country=CA'
-H 'accept: */*'
-H 'Content-Type: application/json'
Last updated
Was this helpful?