😀
Globalsms.io
  • English How-to
    • Globalsms PVA FAQ
    • How to buy numbers from UI
    • How to buy Numbers using API
      • Obtain Authentication Code
    • How to get SMS from API
    • How to get Voice Verification Code from API
    • How to get Numbers for an order
    • Copy of How to get support
  • 中文用户手册
    • 常见问题
    • 用平台页面购买好吗
    • 用API购买号码
      • 获取授权码
      • 取所有平台支持的APP
      • 取平台支持的号码供应商
      • 取每一个APP的号码数量
Powered by GitBook
On this page

Was this helpful?

  1. 中文用户手册
  2. 用API购买号码

取每一个APP的号码数量

Previous取平台支持的号码供应商

Last updated 8 months ago

Was this helpful?

GET

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'  

/api/number/num_count/{app_uuid}