v2

latestOpenAPI 3.1.0CC-BY-SA 2.02026-07-2617789528.6 KB
🧩 Branding

Get branding configuration

Get all web interface customization parameters

get/branding

Response

Branding configuration

result'success' | 'error' required

Result of the request

action'getBrandingConf' required

The id of the action

Example response

{
  "data": {
    "branding": {
      "labelText": "Production",
      "barColor": {
        "red": 0.2,
        "blue": 0.235,
        "green": 0.01,
        "alpha": 0.5
      },
      "labelColor": {
        "red": 0.2,
        "blue": 0.235,
        "green": 0.01,
        "alpha": 0.5
      },
      "motd": "Welcome, please sign in:"
    }
  }
}