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
curl -X GET "https://loading/v2/settings"{
"defaultOrgId": "string",
"defaultLanguage": "string",
"supportedLanguages": [
"string"
],
"defaultOrganizationId": "string",
"allowedLanguages": [
"string"
]
}Was this page helpful?
Get Domain Settings
Get Domain Settings: Get the domain settings for the requested context. This can be the instance or an organization. In case of an organization, the returned settings will fall back to the instance settings if not expl...
Get Hosted Login Translation
Get Hosted Login Translation: Returns the translations in the requested locale for the hosted login. The translations returned are based on the input level specified (system, instance or organization). If the requested level do...