---
title: "Get all custom phrases"
method: GET
path: "/api/custom-phrases"
tags: ["Custom phrases"]
---

# Get all custom phrases

`GET /api/custom-phrases`

Get all custom phrases for all languages.

## Response `200`

An array of custom phrases.

- object[]
  - `tenantId` string, required
  - `id` string, required
  - `languageTag` string, required
  - `translation` TranslationObject, required
    - `[translationKey]` string

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

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