GetGeneralSettings
Get General Settings
Get basic information of the instance like the default organization, default language and supported languages.
Required permissions:
policy.read
Response Body
application/json
application/json
curl -X GET "https://loading/v2/settings"{
"defaultOrgId": "string",
"defaultLanguage": "string",
"supportedLanguages": [
"string"
],
"defaultOrganizationId": "string"
}{
"code": "not_found",
"message": "string",
"detail": {
"type": "string",
"value": "string",
"debug": {}
}
}Was this page helpful?