Phones

Available Toll-Free Numbers

GET
/v1/Phones/AvailableTollFree

Gets the list of Toll-Free phone numbers that are available for order.

AuthorizationBasic <token>

Basic Authorization header using the BASIC scheme. Use a pair companySid:token to access the API.

In: header

Query Parameters

AreaCode*string

Phone number area code; one of 800, 833, 844, 855, 866, 877, 888.

Match^[0-9]{3}$
Length3 <= length <= 3
Quantity?integer

Count of returned phone numbers, default is 10. Must be greater than 0 and less or equal to 100.

Formatint32
Range1 <= value <= 100

Response Body

curl -X GET "https://example.com/v1/Phones/AvailableTollFree?AreaCode=str"
{  "phones": [    {      "number": "+18001234567",      "country": "US",      "features": "SMS, MMS"    }  ]}
"string"