v1

latestOpenAPI 3.0.12026-08-0435481.5 MB
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"
      }
    }
  }
]