latestOpenAPI 3.0.12026-08-2035981.5 MB

0287c6a59eba

Custom phrases

Get all custom phrases

Get all custom phrases for all languages.

get/api/custom-phrases

Response

An array of custom phrases.

tenantIdstring required
idstring required
languageTagstring required

Example response

[
  {
    "translation": {
      "input": {
        "username": "Username",
        "password": "Password"
      },
      "action": {
        "sign_in": "Sign In",
        "continue": "Continue"
      }
    }
  }
]