GET
/api-v1/organization/other-languages/{id}
curl \
--request GET 'https://wyzio.app/api-v1/organization/other-languages/{id}' \
--header "WEAL-TOKEN: string" \
--header "TARGET-ORGANIZATION-ID: 42"
Response examples (200)
[
{
"id": 42,
"code": "string",
"name": "string",
"isMain": true
}
]