取每一个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

Last updated

Was this helpful?