WhiteLabelSetting
logo object
Image model, containing all information of an uploaded image
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]
width of the image in pixel
height of the image in pixel
thumbnail object
thumbnail of the image in case the image is big enough (>300px) to create one
favicon object
Image model, containing all information of an uploaded image
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]
width of the image in pixel
height of the image in pixel
thumbnail object
thumbnail of the image in case the image is big enough (>300px) to create one
{
"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"
}