---
title: "List Contracted Countries"
method: GET
path: "/restapi/v1.0/dictionary/brand/{brandId}/contracted-country"
tags: ["Company"]
---

# List Contracted Countries

`GET /restapi/v1.0/dictionary/brand/{brandId}/contracted-country`

Returns the list of contracted countries for the given brand.

## Path parameters

- `brandId` string, required

## Response `200`

OK

- ContractedCountryListResponse
  - `records` object[], required — List of countries with the country data
    - `id` string — Internal identifier of a country
    - `name` string — Official name of a country

---

[API](https://skmtc.net/ringcentral/apis/ringcentral-api.md) · [All operations](https://skmtc.net/ringcentral/apis/ringcentral-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ringcentral/ringcentral-api/versions/8d602198ec97/schema)
