---
title: "List countries"
method: GET
path: "/shop/numbers/countries"
tags: ["Shop"]
---

# List countries

`GET /shop/numbers/countries`

Get a list of countries where you can purchase fax numbers. (Permitted scopes: **fax:all:read**, **fax:shop:read**)

## Response `200`

List of countries where numbers are available

- NumbersAvailableCountries — List of countries where you can purchase fax numbers
  - `countries` NumberAvailableCountry[], required — List of countries
    - `iso` string — Country code (ISO 3166-1 alpha-2)
    - `name` string — Country name
    - `is_available` boolean — Is fax number available for purchase in this country

## Other responses

- `400` — Error object in case there's a problem with given data
- `500` — Error object in case there's a server error

---

[API](https://skmtc.net/fax/apis/fax-plus-rest-api.md) · [All operations](https://skmtc.net/fax/apis/fax-plus-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fax/fax-plus-rest-api/revisions/c1afc85d2c15/schema)
