Fetch a specific Country

GET /v2/Trunking/Countries/{IsoCountry}

Trunking pricing by country

Fetch a specific Country.

Path parameters

Responses

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"
}