---
title: "Get supported comms locales"
method: GET
path: "/shop/sites/{siteId}/supported-comms-locales"
tags: ["Sites"]
---

# Get supported comms locales

`GET /shop/sites/{siteId}/supported-comms-locales`

This endpoint returns a list of the locales that are supported by the site.

When a `Customer` has a preferred locale, if the locale is included in the site's supported comms locales,
then any email communication will be sent in that preferred locale.

The locales must be included in the platform's supported locales, which can be retrieved using the [`listMetaSupportedLocales`](/endpoints/Meta#listMetaSupportedLocales) endpoint.

## Path parameters

- `siteId` string, uuid, required

## Response `200`

A list of supported comms locales

- object
  - `data` SupportedLocale[]
    - `code` string, required — The locale code
    - `name` string, required — The locale name, in the language of the locale
    - `emoji` string, required — An emoji representing the locale

## Other responses

- `401` — The user is unauthenticated
- `404` — The resource couldn't be found

---

[API](https://skmtc.dev/try/apis/trybe-api.md) · [All operations](https://skmtc.dev/try/apis/trybe-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/try/trybe-api/revisions/f37f92702da5/schema)
