Skip to main content
GET
/
v2
/
admin
/
phone-numbers
/
local
/
inventory-coverage
Get Inventory Coverage
curl --request GET \
  --url https://api.voxo.co/v2/admin/phone-numbers/local/inventory-coverage \
  --header 'Authorization: Bearer <token>'
{
  "results": [
    {
      "npa": "<string>",
      "nxx": "<string>",
      "count": 123,
      "locState": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

state
string
required

State Abbreviation (e.g., CA, MS, AL..)

Maximum string length: 2
rateCenter
string
required

Rate center name

Maximum string length: 255

Response

NPA-NXX coverage

results
object[]
required

NPA-NXX coverage items