POST /_system/language/get

Get specific translations by keys and languages with fallback support

Get specific translations by keys and languages with fallback support
KeyTypeExampleDescription
authorizationrequiredstring
"Bearer access_token"
Access token
KeyTypeExampleDescription
keysrequiredarray
[{}]
{
  "translations": [
    {}
  ]
}
{
  "error": "ERROR"
}
StatusError CodeDescription
400ERRORBad request - missing body or keys
401INVALID_ACCESS_TOKENAuthentication required or invalid token
PermissionDescription
Bearer tokenAccess token required via Authorization header, x-authtoken, x-token, query param, or cookie
language_createRequired 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