---
title: "Get brand settings"
method: GET
path: "/v3/settings/brand"
tags: ["Settings"]
---

# Get brand settings

`GET /v3/settings/brand`

Returns the brand/settings for a team.

## Query parameters

- `teamId` string

## Response `200`

Default Response

- object
  - `success` boolean
  - `data` object
    - `name` string
    - `website` string
    - `blogSuffix` string, nullable
    - `description` string
    - `contentGuidelines` string
    - `screenshots` object[]
    - `logo` string, nullable
    - `brandColors` object, nullable
    - `websiteChangeAllowed` boolean
    - `websiteChangeCooldownDays` number
    - `brandSlug` string, nullable
    - `aliases` string[]
    - `onlinePresence` object
    - `whiteLabel` object

## Other responses

- `400` — Default Response
- `404` — Default Response

## Changes

- **2026-09-18** `e0163b1c37cb` — 1 breaking, 1 info
  - api path removed without deprecation
  - endpoint added

[Change history](https://skmtc.dev/snowseo/apis/snowseo-api/changes/v3/settings/brand/get.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/68d7cda28432?raw)
