---
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

## Response `200`

Default Response

---

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