Skip to main content
GET
/
v2
/
admin
/
phone-numbers
/
local
/
rate-centers
Get Rate Centers
curl --request GET \
  --url https://api.voxo.co/v2/admin/phone-numbers/local/rate-centers \
  --header 'Authorization: Bearer <token>'
{
  "results": [
    {
      "lata": "<string>",
      "rcAbbre": "<string>",
      "marketName": "<string>",
      "locState": "<string>",
      "rateCenterTier": "<string>",
      "lnpApproved": "<string>",
      "didApproved": "<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

Response

Available rate centers

results
object[]
required

Available rate centers