Get effective branding
Retrieving the effective branding for a user. This effective branding is the braanding a user will see upon login
Request
URI
GET
https://{api_host}/branding-service/api/brandings/effective
COPY
Responses
200
successful operation
Returns Branding of type(s) */*
{
"contactUsLink": "string",
"backgroundColor": "string",
"copyright": "string",
"tenantName": "string",
"companyLogo": "string",
"companyName": "string",
"useSharedSettings": false,
"global": false,
"id": "string",
"textColor": "string",
"productName": "string",
"disclaimer": "string"
}
string
contactUsLink
Optional
contactUsLink
string
backgroundColor
Optional
backgroundColor
string
copyright
Optional
copyright
string
tenantName
Required
tenantName
string
companyLogo
Optional
companyLogo
string
companyName
Optional
companyName
boolean
useSharedSettings
Optional
useSharedSettings
boolean
global
Optional
global
string As uuid As uuid
id
Optional
id
string
textColor
Optional
textColor
string
productName
Optional
productName
string
disclaimer
Optional
disclaimer