Retrieve voice dialing country permissions identified by the given ISO country code
Retrieve voice dialing country permissions identified by the given ISO country code
Path parameters
-
The ISO country code of the DialingPermissions Country resource to fetch
GET
/v1/DialingPermissions/Countries/{IsoCode}
curl \
--request GET 'https://voice.twilio.com/v1/DialingPermissions/Countries/{IsoCode}' \
--user "username:password"
Response examples (200)
{
"url": "https://voice.twilio.com/v1/DialingPermissions/Countries/US",
"name": "United States/Canada",
"links": {
"highrisk_special_prefixes": "https://voice.twilio.com/v1/DialingPermissions/Countries/US/HighRiskSpecialPrefixes"
},
"iso_code": "US",
"continent": "NORTH_AMERICA",
"country_codes": [
"+1"
],
"low_risk_numbers_enabled": false,
"high_risk_special_numbers_enabled": false,
"high_risk_tollfraud_numbers_enabled": false
}