Languages
Get the language settings for the account
Get the language settings<br>You must have at least one of these scopes: 'settings.read, setup.read, setup.manage'.
get/settings/v1/languages
Response
Returns all the account languages.
Example response
{
"languages": [
{
"code": "en",
"default": true,
"mandatory": true
},
{
"code": "de",
"default": false,
"mandatory": false
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.