v1
latestOpenAPI 3.0.12026-08-0435481.5 MBCustom phrases
Get all custom phrases
Get all custom phrases for all languages.
get/api/custom-phrases
Response
An array of custom phrases.
Example response
[
{
"translation": {
"input": {
"username": "Username",
"password": "Password"
},
"action": {
"sign_in": "Sign In",
"continue": "Continue"
}
}
}
]