Fetch a specific Country.
Voice pricing by country
Fetch a specific Country.
Path parameters
-
The ISO country code of the origin-based voice pricing information to fetch.
GET
/v2/Voice/Countries/{IsoCountry}
curl \
--request GET 'https://pricing.twilio.com/v2/Voice/Countries/{IsoCountry}' \
--user "username:password"
Response examples (200)
{
"url": "https://pricing.twilio.com/v2/Voice/Countries/US",
"country": "United States",
"price_unit": "USD",
"iso_country": "US",
"inbound_call_prices": [
{
"base_price": "0.0085",
"number_type": "local",
"current_price": "0.0085"
},
{
"base_price": "0.022",
"number_type": "toll free",
"current_price": "0.022"
}
],
"outbound_prefix_prices": [
{
"base_price": "0.090",
"current_price": "0.090",
"friendly_name": "Programmable Outbound Minute - United States - Alaska",
"destination_prefixes": [
"1907"
],
"origination_prefixes": [
"ALL"
]
},
{
"base_price": "0.013",
"current_price": "0.013",
"friendly_name": "Programmable Outbound Minute - United States - Hawaii",
"destination_prefixes": [
"1808"
],
"origination_prefixes": [
"ALL"
]
},
{
"base_price": "0.013",
"current_price": "0.013",
"friendly_name": "Programmable Outbound Minute - United States & Canada - Toll Free",
"destination_prefixes": [
"1800",
"1844",
"1855",
"1866",
"1877",
"1888"
],
"origination_prefixes": [
"ALL"
]
},
{
"base_price": "0.013",
"current_price": "0.013",
"friendly_name": "Programmable Outbound Minute - United States & Canada",
"destination_prefixes": [
"1"
],
"origination_prefixes": [
"ALL"
]
}
]
}