---
title: "Get Branding Settings"
method: GET
path: "/api/v1/admin/branding"
tags: ["branding"]
---

# Get Branding Settings

`GET /api/v1/admin/branding`

Get branding settings for the current tenant (admin-only).

## Headers

- `authorization` string, nullable
- `X-API-Key` string, nullable

## Response `200`

Successful Response

- BrandingSettingsResponse
  - `company_name` string
  - `logo_url` string
  - `primary_color` string
  - `login_message` string

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/ninjavan/apis/salesforce-sales-cloud-replacement.md) · [All operations](https://skmtc.net/ninjavan/apis/salesforce-sales-cloud-replacement/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ninjavan/salesforce-sales-cloud-replacement/versions/fd3a41a6260b/schema)
