---
title: "GET /v1/DialingPermissions/Countries"
method: GET
path: "/v1/DialingPermissions/Countries"
---

# GET /v1/DialingPermissions/Countries

`GET /v1/DialingPermissions/Countries`

Retrieve all voice dialing country permissions for this account

## Query parameters

- `IsoCode` string, iso-country-code
- `Continent` string
- `CountryCode` string
- `LowRiskNumbersEnabled` boolean
- `HighRiskSpecialNumbersEnabled` boolean
- `HighRiskTollfraudNumbersEnabled` boolean
- `PageSize` integer
- `Page` integer
- `PageToken` string

## Response `200`

OK

- object
  - `content` VoiceV1DialingPermissionsDialingPermissionsCountry[]
    - `continent` string, nullable — The name of the continent in which the country is located.
    - `country_codes` string[], nullable — The E.164 assigned [country codes(s)](https://www.itu.int/itudoc/itu-t/ob-lists/icc/e164_763.html)
    - `high_risk_special_numbers_enabled` boolean, nullable — 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, nullable — Whether dialing to high-risk [toll fraud](https://www.twilio.com/learn/voice-and-video/toll-fraud) 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/learn/voice-and-video/toll-fraud). 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
    - `iso_code` string, iso-country-code, nullable — The [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2).
    - `links` object, nullable — A list of URLs related to this resource.
    - `low_risk_numbers_enabled` boolean, nullable — Whether dialing to low-risk numbers is enabled.
    - `name` string, nullable — The name of the country.
    - `url` string, uri, nullable — The absolute URL of this resource.
  - `meta` object
    - `first_page_url` string, uri
    - `key` string
    - `next_page_url` string, uri, nullable
    - `page` integer
    - `page_size` integer
    - `previous_page_url` string, uri, nullable
    - `url` string, uri

---

[API](https://skmtc.net/twilio/apis/twilio-voice-v1.md) · [All operations](https://skmtc.net/twilio/apis/twilio-voice-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/twilio-voice-v1/versions/31da13a161ac/schema)
