# Get custom phrases **GET /api/custom-phrases/{languageTag}** Get custom phrases for the specified language tag. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Authentication methods - OAuth2 ## Parameters ### Path parameters - **languageTag** (string) ## Responses ### 200 Custom phrases for the specified language tag. #### Body: application/json (object) - **tenantId** (string) - **id** (string) - **languageTag** (string) - **translation** (object) ### 400 Bad Request ### 401 Unauthorized ### 403 Forbidden ### 404 Custom phrases not found. [Powered by Bump.sh](https://bump.sh)