Skip to main content

WhiteLabelSetting

primaryColorstring
loginBackgroundColorstring
domainstringrequired
domainActivebooleanrequired
logo object

Image model, containing all information of an uploaded image

idint64required
fileNamestringrequired
urlstringrequired
imageTypestring

Shows the image type. Note: Since an image can be linked to multiple contextes, this field may be empty.

Possible values: [GoogleProfilImage, GoogleCoverImage, FacebookProfileImage, FacebookCoverImage, BusinessLogo, Google360, PerformanceImage, SocialImage, ContentImage, CampaignImage, EmailLogo, WhiteLabelLogo, WhiteLabelFavicon, UserProfileImage, CustomImage, ListingImage, WebsiteWidgetImage, SegmentAdImage, LocalAdLogoImage, LocalAdSquareMarketingImage, LocalAdMarketingImage, MessageImage, MeinungsmeisterLogo, BusinessCoverImage]

widthintegerrequired

width of the image in pixel

heightintegerrequired

height of the image in pixel

thumbnail object

thumbnail of the image in case the image is big enough (>300px) to create one

urlstringrequired
widthintegerrequired
heightintegerrequired
favicon object

Image model, containing all information of an uploaded image

idint64required
fileNamestringrequired
urlstringrequired
imageTypestring

Shows the image type. Note: Since an image can be linked to multiple contextes, this field may be empty.

Possible values: [GoogleProfilImage, GoogleCoverImage, FacebookProfileImage, FacebookCoverImage, BusinessLogo, Google360, PerformanceImage, SocialImage, ContentImage, CampaignImage, EmailLogo, WhiteLabelLogo, WhiteLabelFavicon, UserProfileImage, CustomImage, ListingImage, WebsiteWidgetImage, SegmentAdImage, LocalAdLogoImage, LocalAdSquareMarketingImage, LocalAdMarketingImage, MessageImage, MeinungsmeisterLogo, BusinessCoverImage]

widthintegerrequired

width of the image in pixel

heightintegerrequired

height of the image in pixel

thumbnail object

thumbnail of the image in case the image is big enough (>300px) to create one

urlstringrequired
widthintegerrequired
heightintegerrequired
statusstringrequired
errorMessagestring
googleMapApiKeystring
redirectUrlstring
WhiteLabelSetting
{
"primaryColor": "string",
"loginBackgroundColor": "string",
"domain": "string",
"domainActive": true,
"logo": {
"id": 0,
"fileName": "string",
"url": "string",
"imageType": "GoogleProfilImage",
"width": 0,
"height": 0,
"thumbnail": {
"url": "string",
"width": 0,
"height": 0
}
},
"favicon": {
"id": 0,
"fileName": "string",
"url": "string",
"imageType": "GoogleProfilImage",
"width": 0,
"height": 0,
"thumbnail": {
"url": "string",
"width": 0,
"height": 0
}
},
"status": "string",
"errorMessage": "string",
"googleMapApiKey": "string",
"redirectUrl": "string"
}