Retrieve voice dialing country permissions identified by the given ISO country code
TODO: Resource-level docs
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 \
-X GET https://voice.twilio.com/v1/DialingPermissions/Countries/{IsoCode} \
--user "username:password"
Response examples (200)
{
"continent": "string",
"country_codes": [
"string"
],
"high_risk_special_numbers_enabled": true,
"high_risk_tollfraud_numbers_enabled": true,
"iso_code": "string",
"links": {},
"low_risk_numbers_enabled": true,
"name": "string",
"url": "https://example.com"
}
Response examples (200)
{
"continent": "string",
"country_codes": [
"string"
],
"high_risk_special_numbers_enabled": true,
"high_risk_tollfraud_numbers_enabled": true,
"iso_code": "string",
"links": {},
"low_risk_numbers_enabled": true,
"name": "string",
"url": "https://example.com"
}