# Retrieve voice dialing country permissions identified by the given ISO country code **GET /v1/DialingPermissions/Countries/{IsoCode}** Retrieve voice dialing country permissions identified by the given ISO country code ## Servers - https://voice.twilio.com: https://voice.twilio.com () ## Authentication methods - Account sid auth token ## Parameters ### Path parameters - **IsoCode** (string(iso-country-code)) The [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the DialingPermissions Country resource to fetch ## Responses ### 200 OK #### Headers - **Access-Control-Allow-Origin** (string) Specify the origin(s) allowed to access the resource - **Access-Control-Allow-Methods** (string) Specify the HTTP methods allowed when accessing the resource - **Access-Control-Allow-Headers** (string) Specify the headers allowed when accessing the resource - **Access-Control-Allow-Credentials** (boolean) Indicates whether the browser should include credentials - **Access-Control-Expose-Headers** (string) Headers exposed to the client #### Body: application/json (object) - **iso_code** (string(iso-country-code) | null) The [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2). - **name** (string | null) The name of the country. - **continent** (string | null) The name of the continent in which the country is located. - **country_codes** (array[string] | null) The E.164 assigned [country codes(s)](https://www.itu.int/itudoc/itu-t/ob-lists/icc/e164_763.html) - **low_risk_numbers_enabled** (boolean | null) Whether dialing to low-risk numbers is enabled. - **high_risk_special_numbers_enabled** (boolean | null) Whether dialing to high-risk special services numbers is enabled. These prefixes include number ranges allocated by the country and include premium numbers, special services, shared cost, and others - **high_risk_tollfraud_numbers_enabled** (boolean | null) Whether dialing to high-risk [toll fraud](https://www.twilio.com/blog/how-to-protect-your-account-from-toll-fraud-with-voice-dialing-geo-permissions-html) numbers is enabled. These prefixes include narrow number ranges that have a high-risk of international revenue sharing fraud (IRSF) attacks, also known as [toll fraud](https://www.twilio.com/blog/how-to-protect-your-account-from-toll-fraud-with-voice-dialing-geo-permissions-html). These prefixes are collected from anti-fraud databases and verified by analyzing calls on our network. These prefixes are not available for download and are updated frequently - **url** (string(uri) | null) The absolute URL of this resource. - **links** (object(uri-map) | null) A list of URLs related to this resource. [Powered by Bump.sh](https://bump.sh)