cURL
curl --request GET \ --url https://{subdomain}.nudj.cx/api/v2/integration/languages \ --header 'x-api-token: <api-key>'
[ { "language": "<string>", "translation": {}, "enabled": true } ]
Retrieve all language configurations for the current organization. Empty translation objects () mean ‘use default translations’.
Successful response
The language code (e.g., 'en', 'fr', 'es')
Translation key-value pairs. Can contain nested objects. Empty object means 'use default translations'
Show child attributes
Whether this language is enabled
Was this page helpful?