Get Branding Settings
Get the current active branding 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 explicitly set on the organization.
Required permissions:
policy.read
curl -X GET "https://loading/v2/settings/branding"{
"details": {
"sequence": 0,
"changeDate": "2023-01-15T01:30:15.01Z",
"resourceOwner": "string",
"creationDate": "2023-01-15T01:30:15.01Z"
},
"settings": {
"lightTheme": {
"primaryColor": "string",
"backgroundColor": "string",
"warnColor": "string",
"fontColor": "string",
"logoUrl": "string",
"iconUrl": "string"
},
"darkTheme": {
"primaryColor": "string",
"backgroundColor": "string",
"warnColor": "string",
"fontColor": "string",
"logoUrl": "string",
"iconUrl": "string"
},
"fontUrl": "string",
"hideLoginNameSuffix": true,
"disableWatermark": true,
"resourceOwnerType": "RESOURCE_OWNER_TYPE_UNSPECIFIED",
"themeMode": "THEME_MODE_UNSPECIFIED"
}
}Was this page helpful?
Get Active Identity Providers
Get Active Identity Providers: Get the current active identity providers for the requested context. This can be the instance or an organization. In case of an organization, the returned identity providers will fall back to the a...
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...