Path parameters
-
The ISO country code of the pricing information to fetch.
GET
/v1/Voice/Countries/{IsoCountry}
curl \
--request GET 'https://pricing.twilio.com/v1/Voice/Countries/{IsoCountry}' \
--user "username:password"
Response examples (200)
{
"url": "https://pricing.twilio.com/v1/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": [
{
"prefixes": [
"1907"
],
"base_price": "0.090",
"current_price": "0.090",
"friendly_name": "Programmable Outbound Minute - United States - Alaska"
}
]
}