---
title: "Get the language settings for the account"
method: GET
path: "/settings/v1/languages"
tags: ["Languages"]
---

# Get the language settings for the account

`GET /settings/v1/languages`

Get the language settings<br>You must have at least one of these scopes: 'settings.read, setup.read, setup.manage'.

## Response `200`

Returns all the account languages.

- LanguagesModel — With this request you can modify the language settings for the account
  - `languages` LanguageModel[], required — The languages for the account
    - `code` string, required
    - `default` boolean, required
    - `mandatory` boolean, required

## Other responses

- `204` — No Content
- `400` — Bad request.
- `401` — You are unauthorized.
- `403` — Forbidden.
- `404` — The Request-URI could not be found.
- `422` — Validation errors in the request body or query params.
- `499` — Client closed request.
- `500` — An unexpected error occurred.
- `503` — The server is currently unavailable. Please try later.

---

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