# FindBranding Endpoint for retrieving branding configuration Endpoint: GET /v1/configs/branding/{ecommerce_id} Version: 1.0.0 ## Path parameters: - `ecommerce_id` (string, required) The ID of the e-commerce store. Optional. ## Query parameters: - `slug` (string) The URL path identifier for the e-commerce store. Optional. - `group` (string) The group identifier for the e-commerce store. Multiple stores can share the same group. Optional. ## Response 200 fields (application/json): - `background_image_url` (string) BackgroundImageUrl - `background_text_color` (string) BackgroundTextColor - `border_radius` (string) BorderRadius - `ecommerce_id` (string) EcommerceID - `favicon_url` (string) FaviconUrl - `input_variant` (string) InputVariant - `layout_design_values` (string) LayoutDesignValues Enum: "DEFAULT", "VERTICAL", "SIMPLIFIED" - `logo_height_desktop` (string) LogoHeightDesktop - `logo_height_mobile` (string) LogoHeightMobile - `logo_url` (string) LogoUrl - `mail_logo_url` (string) MailLogoUrl - `mail_main_color` (string) MailMainColor - `primary_theme_color_contrast_text` (string) PrimaryThemeColorContrastText - `primary_theme_color_dark` (string) PrimaryThemeColorDark - `primary_theme_color_light` (string) PrimaryThemeColorLight - `primary_theme_color_main` (string) PrimaryThemeColorMain - `secondary_theme_color_contrast_text` (string) SecondaryThemeColorContrastText - `secondary_theme_color_dark` (string) SecondaryThemeColorDark - `secondary_theme_color_light` (string) SecondaryThemeColorLight - `secondary_theme_color_main` (string) SecondaryThemeColorMain - `slogan` (string) Slogan - `title` (string) Title