Available Phone Numbers
The ability to search for local, toll-free, and mobile phone numbers to purchase.
Properties
The properties listed below apply to local, toll-free, and mobile phone numbers.
Attribute | Type | |
---|---|---|
beta | boolean | New numbers on SignalWire are marked as beta . Possible values are true or false . |
capabilities | object | Whether or not a number can receive calls and messages. Possible values are Voice , SMS , MMS , and Fax . Each of these values have a boolean value of true or false . |
friendly_name | string | A formatted version of the number. |
iso_country | string | The ISO country code of the number. |
lata | string | The LATA of the number. Only available for numbers in US and Canada. |
latitude | string | The latitude of the number. Only available for numbers in US and Canada. |
longitude | string | The longitude of the number. Only available for numbers in US and Canada. |
phone_number | string | The number in E.164 format. |
postal_code | string | The postal/zip code of the number. Only available for numbers in US and Canada. |
rate_center | string | The rate center of the number. Only available for numbers in US and Canada. |
region | string | The state or province abbreviation of the number. Only available for numbers in US and Canada. |
A sample AvailablePhoneNumber returned from the API:
{
"friendly_name": "253-218-6751",
"phone_number": "+12532186751",
"lata": null,
"rate_center": "AUBURN",
"latitude": null,
"longitude": null,
"region": "WA",
"postal_code": null,
"iso_country": "US",
"capabilities": {
"voice": true,
"SMS": true,
"MMS": true
},
"beta": false
}