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’.
curl --request GET \
--url https://{subdomain}.nudj.cx/api/v2/integration/languages \
--header 'x-api-token: <api-key>'[
{
"language": "<string>",
"translation": {},
"enabled": true
}
]Was this page helpful?