---
title: "Gets list of all available countries."
method: GET
path: "/Settings/Countries"
tags: ["Rest"]
---

# Gets list of all available countries.

`GET /Settings/Countries`

## Response `200`

OK

- MindbodyRestApiDtoModelsSettingsCountry[]
  - `ID` integer — Id.
  - `Name` string — Country name.
  - `Code` string — Country code.
  - `PhoneCode` string — Phone code.

## Other responses

- `401` — Unauthorized

---

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