Settings

Update white-label report branding

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+).

patch/v3/settings/brand/white-label

Request body

teamIdstring
enabledboolean
logoUrlstring nullable
namestring nullable
websitestring nullable
showLogoboolean
showNameboolean
showWebsiteboolean
accentColorstring 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

Default Response

Changes

Changed in 2 of the 33 revisions of this API.21

    • added the pattern ^#[0-9a-fA-F]{6}$ to the request property accentColor

      request-property-pattern-added

  • 60ff6690f93c11See the full diff
    • added required request body

      request-body-added-required

    • api tag Settings added

      api-tag-added