Fetch a specific Country
Trunking pricing by country
Fetch a specific Country.
Path parameters
-
The ISO country code of the origin-based voice pricing information to fetch.
GET /v2/Trunking/Countries/{IsoCountry}
curl \
-X GET https://pricing.twilio.com/v2/Trunking/Countries/{IsoCountry} \
--user "username:password"
Response examples (200)
{
"country": "string",
"iso_country": "string",
"originating_call_prices": [
{
"base_price": 42.0,
"current_price": 42.0,
"number_type": "string"
}
],
"price_unit": "string",
"terminating_prefix_prices": [
{
"base_price": 42.0,
"current_price": 42.0,
"destination_prefixes": [
"string"
],
"friendly_name": "string",
"origination_prefixes": [
"string"
]
}
],
"url": "https://example.com"
}
Response examples (200)
{
"country": "string",
"iso_country": "string",
"originating_call_prices": [
{
"base_price": 42.0,
"current_price": 42.0,
"number_type": "string"
}
],
"price_unit": "string",
"terminating_prefix_prices": [
{
"base_price": 42.0,
"current_price": 42.0,
"destination_prefixes": [
"string"
],
"friendly_name": "string",
"origination_prefixes": [
"string"
]
}
],
"url": "https://example.com"
}