POST /_system/language/get
Get specific translations by keys and languages with fallback support
Get specific translations by keys and languages with fallback support
Key | Type | Example | |
---|---|---|---|
authorization required | string |
"Bearer your-jwt-token"
|
Key | Type | Example | Description |
---|---|---|---|
keys required | array |
[]
|
{
"translations": [
{
"language": "en",
"key": "welcome_message",
"translation": "Welcome to our application"
}
]
}
{
"success": false,
"error": "HTTP_401",
"message": "Error response"
}
Error Code | Description |
---|---|
HTTP_400 | Bad request - missing body or keys |
HTTP_401 | HTTP 401 error |
permission | description |
---|---|
BearerAuth |
JWT access token obtained from login endpoint required |
Back to Language Management Return to the Language Management category to view other endpoints All API Categories Browse all available API categories