---
title: "Update white-label report branding"
method: PATCH
path: "/v3/settings/brand/white-label"
tags: ["Settings"]
---

# Update white-label report branding

`PATCH /v3/settings/brand/white-label`

Update the org's white-label branding for client reports (logo, name, website, accent color, visibility toggles). All fields optional. Requires white-label access (Scale plan / AppSumo tier 3+).

## Request body

- object
  - `teamId` string
  - `enabled` boolean
  - `logoUrl` string, nullable
  - `name` string, nullable
  - `website` string, nullable
  - `showLogo` boolean
  - `showName` boolean
  - `showWebsite` boolean
  - `accentColor` string, nullable — Accent colour as a 6-digit hex, including the leading '#', e.g. '#7C3AED'. Shorthand like '#fff' and named colours are rejected. Send null to clear it and fall back to the brand colour.

## Response `200`

Default Response

- object
  - `success` boolean, required
  - `data` object, required
    - `enabled` boolean
    - `logoUrl` string, nullable
    - `name` string, nullable
    - `website` string, nullable
    - `showLogo` boolean
    - `showName` boolean
    - `showWebsite` boolean
    - `accentColor` string, nullable

## Changes

- **2026-09-18** `e0163b1c37cb` — 1 info
  - added the media type `application/json` for the response with the status `200`
- **2026-08-09** `8f92b00b75d6` — 1 breaking
  - added the pattern `^#[0-9a-fA-F]{6}$` to the request property `accentColor`
- **2026-07-26** `60ff6690f93c` — 1 breaking, 1 info
  - added required request body
  - api tag `Settings` added

[Change history](https://skmtc.dev/snowseo/apis/snowseo-api/changes/v3/settings/brand/white-label/patch.md)

---

[API](https://skmtc.dev/snowseo/apis/snowseo-api.md) · [All operations](https://skmtc.dev/snowseo/apis/snowseo-api/llms.txt) · [OpenAPI document](https://skmtc.dev/snowseo/apis/snowseo-api/revisions/fa1bfff7ecc8?raw)
