---
title: "Gets a list of countries with the associated territories (states or provinces)."
method: GET
path: "/Settings/Countries/Territories"
tags: ["Rest"]
---

# Gets a list of countries with the associated territories (states or provinces).

`GET /Settings/Countries/Territories`

## Response `200`

OK

- MindbodyRestApiDtoModelsSettingsCountryWithTerritories[]
  - `Territories` MindbodyRestApiDtoModelsSettingsTerritory[] — The state provinces that belong to the country.
    - `Name` string — Name of the state or province.
    - `Code` string — Code for the state or province.
  - `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)
