number string | Phone number that can be purchased. |
prefix string | The prefix of the number. This is the area code. |
city string | The city of the number. This can be null if the number is national. |
country string | The country of the number. |
region string | The region (city and country) of the number. |
rate_center string | Rate center is available only for US and Canada numbers. |
lata string | The local access and transport area of the phone number. This attribute is null for all countries except the US and Canada. |
type string | The type of the phone number can be fixed, mobile, or tollfree. |
sub_type string | The subtype of the phone number can be fixed, mobile, tollfree, national, or local. local and national numbers are subtypes of fixed numbers. |
setup_rate string | The one-time setup fee for the number, in USD. |
monthly_rental_rate string | The monthly recurring rental fee for the number, in USD. The monthly fee is billed at the start of each month. If the number is purchased in the middle of a month, the rental fee is prorated and billed at that time. |
sms_enabled boolean | Indicates whether the phone number can receive SMS messages. |
sms_rate string | The cost (per message) of receiving an SMS message on the number, in USD. |
mms_enabled boolean | Indicates whether the phone number can receive MMS messages. |
mms_rate string | The cost (per message) of receiving an MMS message on the number, in USD. |
voice_enabled boolean | Indicates whether the phone number can receive calls. |
voice_rate string | The cost (per minute) of receiving a call on the number, in USD. |
restriction string | Indicates the type of verification document required to activate the phone number after its purchase. Verification requirements differ for phone numbers from different countries. Possible values are:
|
restriction_text string | A description of the verification documents required to activate the phone number. |
resource_uri string | URI to the phone number resource. |
{
"number": "14155559186",
"prefix": "415",
"city": "SAN FRANCISCO",
"country": "UNITED STATES",
"region": "United States",
"rate_center": "SNFC CNTRL",
"lata": 722,
"type": "fixed",
"sub_type": "local",
"setup_rate": "0.00000",
"monthly_rental_rate": "0.80000",
"sms_enabled": true,
"sms_rate": "0.00800",
"voice_enabled": true,
"voice_rate": "0.00500",
"restriction": null,
"restriction_text": null,
"resource_uri": "/v1/Account/MA2025RK4E639VJFZAGV/PhoneNumber/14154009186/",
}