v1

latestOpenAPI 3.0.02026-08-063524105.9 KB
Telephony - Phone Numbers

Search available phone numbers

Search for available phone numbers to purchase.

post/internal/telephony/phone-numbers/search

Request body

countryCodestring

ISO country code

areaCodestring

Area code

containsstring

Number pattern

numberType'local' | 'toll_free' | 'mobile' | 'national'

Number type

limitnumber

Max results

Example request

{
  "countryCode": "US",
  "areaCode": "415",
  "contains": "555",
  "numberType": "local",
  "limit": 10
}

Response

Available numbers

totalnumber required

Example response

{
  "numbers": [
    {
      "phoneNumber": "+14155551234",
      "nationalFormat": "(415) 555-1234",
      "phoneNumberType": "local"
    }
  ]
}