---
title: "Get branding configuration"
method: GET
path: "/branding"
tags: ["🧩 Branding"]
---

# Get branding configuration

`GET /branding`

Get all web interface customization parameters

## Response `200`

Branding configuration

- object
  - `result` 'success' | 'error', required — Result of the request
  - `action` 'getBrandingConf', required — The id of the action
  - `data` object, required
    - `branding` BrandingConf, required
      - `displayBar` boolean, required — Whether header bar is displayed or not
      - `displayLabel` boolean, required — Whether header bar's label is displayed or not
      - `labelText` string, required — The header bar's label title
      - `barColor` Color, required
        - `red` number, required — percentage of red component
        - `blue` number, required — percentage of blue component
        - `green` number, required — percentage of green component
        - `alpha` number, required — percentage of opacity
      - `labelColor` Color, required
        - `red` number, required — percentage of red component
        - `blue` number, required — percentage of blue component
        - `green` number, required — percentage of green component
        - `alpha` number, required — percentage of opacity
      - `wideLogo` Logo, required
        - `enable` boolean, required — Whether the wide logo is displayed or not
      - `smallLogo` Logo, required
        - `enable` boolean, required — Whether the wide logo is displayed or not
      - `displayBarLogin` boolean, required — Whether header bar is displayed in login page or not
      - `displayMotd` boolean, required — Whether the message of the day is displayed in login page or not
      - `motd` string, required — Message of the day in login page

---

[API](https://skmtc.net/rudder/apis/rudder-api.md) · [All operations](https://skmtc.net/rudder/apis/rudder-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rudder/rudder-api/revisions/eab988254fba/schema)
