cURL
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>" } ] }
Get available rate centers for a state
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
State Abbreviation (e.g., CA, MS, AL..)
2
Available rate centers
Show child attributes
Was this page helpful?