Get Tenant Branding
Get org-specific branding information including the portal name, portal color, selected theme and custom URLs. If no org branding has been specified, retrieve the default system branding.
Organization for whom branding is being set
OK
{
"portalName": "string",
"portalColor": "string",
"selectedTheme": {
"themeType": "string",
"name": "string"
},
"customLinks": [
{
"name": "string",
"menuItemType": "string",
"url": "string"
}
]
}
portalName
A custom color defined by the administrator and used to theme the site. The color should be in rgb hex color format such as "FFFFFF" all capitalized. Can be set to an empty string to use the selected theme's default colors.
A theme supported by vCloud Director.
An ordered list of menu items which can be customized and used in the application. Can be defined as a link, override (well known links that can be overridden, Default values are About, Help, VMRC), section, separator(section without a name) of the drop down menu.
curl -H 'Authorization: <value>' https://{api_host}/cloudapi/branding/tenant/{org}