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 | Description |
|---|---|---|---|
| authorizationrequired | string | | Access token |
| Key | Type | Example | Description |
|---|---|---|---|
| keysrequired | array | [{}] |
{
"translations": [
{}
]
}{
"error": "ERROR"
}| Status | Error Code | Description |
|---|---|---|
400 | ERROR | Bad request - missing body or keys |
401 | INVALID_ACCESS_TOKEN | Authentication required or invalid token |
| Permission | Description |
|---|---|
Bearer token | Access token required via Authorization header, x-authtoken, x-token, query param, or cookie |
language_create | Required scope: language_create |
Back to Language Management Return to the Language Management category to view other endpoints All API Categories Browse all available API categories
