Skip to main content
GET
/
v3
/
settings
/
brand
Get brand settings
curl --request GET \
  --url https://api.snowseo.com/v3/settings/brand/ \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "name": "<string>",
    "website": "<string>",
    "blogSuffix": "<string>",
    "description": "<string>",
    "screenshots": [
      {}
    ],
    "logo": "<string>",
    "brandColors": {},
    "websiteChangeAllowed": true,
    "websiteChangeCooldownDays": 123,
    "brandSlug": "<string>",
    "aliases": [
      "<string>"
    ],
    "onlinePresence": {}
  }
}
Read your brand configuration — the same settings you manage in the dashboard. Useful for syncing brand info to your own tools or displaying it in a custom dashboard.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

teamId
string

Team ID

Response

Default Response

success
boolean
data
object