Phones
Available Toll-Free Numbers
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}$Length
3 <= length <= 3Quantity?integer
Count of returned phone numbers, default is 10. Must be greater than 0 and less or equal to 100.
Format
int32Range
1 <= value <= 100Response Body
curl -X GET "https://example.com/v1/Phones/AvailableTollFree?AreaCode=str"{ "phones": [ { "number": "+18001234567", "country": "US", "features": "SMS, MMS" } ]}"string"