get https://{hostname}/config//flows//translations/
Returns all the translations for the specified translation key.
Response
Returns all the translations for the specified translation key.
xxxxxxxxxx
curl --request GET \
--url https://hostname/config/app_id/flows/flow/translations/key \
--header 'accept: application/json'
xxxxxxxxxx
{
"_self": "/config/v86cchggr5cdvbfh7ydk8s63zz/flows/myCoolFlow/translations/991a5781-cbe1-4770-bbf1-395168a11d59",
"key": "991a5781-cbe1-4770-bbf1-395168a11d59",
"path": "",
"values": {
"en-US": "Elbow grease.",
"it-IT": "Olio di gomito."
}
}