---
title: "Fetch all country permissions"
method: GET
path: "/countryPermissions"
tags: ["Country Permissions"]
---

# Fetch all country permissions

`GET /countryPermissions`

Fetches the list of country permissions.

## Response `200`

The list of countries available

- object
  - `countryPermissions` CountryPermission[]
    - `isoCode` string — The [ISO code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the country
    - `name` string — Country name in english
    - `continent` string — Continent of the country
    - `countryDialingCodes` string[] — The country calling codes as an array, most countries have only one but some have multiple like the San Marino, China, and a few others.
    - `enabled` boolean, required — If the country is enabled or not. When this is enabled regular numbers can be dialed from the account.

---

[API](https://skmtc.net/sinch/apis/elastic-sip-trunk-api.md) · [All operations](https://skmtc.net/sinch/apis/elastic-sip-trunk-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sinch/elastic-sip-trunk-api/revisions/c04c2c708bf9/schema)
