1. Home
  2. V3 (AVP)
  3. API
  4. Number Manager API
  5. Finding Available DIDs (External Carriers / Eco-System)

Finding Available DIDs (External Carriers / Eco-System)

Contents

This API call will allow you to pull a list of DIDs that are Available for purchase via the Avalo Networks Eco-System. From here you will be able to then activate number of an account

Example (GET)

1
v1/phone_numbers?prefix=1555&quantity=5
Sample Response
1
2
3
4
5
6
7
8
9
10
11
12
13
{
   "auth_token":"{auth_id}",
   "status":"success",
   "request_id":"4a977a557c02899b63a3e729aec92510",
   "revision":"undefined",
   "data":[
      "+15556060842",
      "+15557779311",
      "+15554894608",
      "+15552818004",
      "+15559982126"
   ]
}
Updated on June 15, 2017

Was this article helpful?

Related Articles

Not the solution you were looking for?
Click the link below to submit a support ticket
Submit Ticket

Leave a Comment