Fetch the high-risk special services prefixes from the country resource corresponding to the [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)
Fetch the high-risk special services prefixes from the country resource corresponding to the ISO country code
Path parameters
-
The ISO 3166-1 country code to identify the country permissions from which high-risk special service number prefixes are fetched
GET
/v1/DialingPermissions/Countries/{IsoCode}/HighRiskSpecialPrefixes
curl \
--request GET 'https://voice.twilio.com/v1/DialingPermissions/Countries/{IsoCode}/HighRiskSpecialPrefixes' \
--user "username:password"
Response examples (200)
{
"meta": {
"key": "content",
"url": "https://voice.twilio.com/v1/DialingPermissions/Countries/LV/HighRiskSpecialPrefixes?PageSize=50&Page=0",
"page": 0,
"page_size": 50,
"next_page_url": null,
"first_page_url": "https://voice.twilio.com/v1/DialingPermissions/Countries/LV/HighRiskSpecialPrefixes?PageSize=50&Page=0",
"previous_page_url": null
},
"content": [
{
"prefix": "+37181"
},
{
"prefix": "+3719000"
}
]
}