---
title: "Get organization brand"
method: GET
path: "/api/v1/org/brand"
tags: ["Organizations"]
---

# Get organization brand

`GET /api/v1/org/brand`

Get the organization's brand profile, previously fetched from Brandfetch.
Returns null if no brand profile has been fetched yet.

## Response `200`

Ok

- ApiOrganizationBrandResponse
  - `results` OrganizationBrand, required
    - `updatedAt` string, date-time, required
    - `fonts` OrganizationBrandFont[], required
      - `origin` string, nullable, required
      - `type` string, required — Brandfetch font type, e.g. 'title' or 'body'
      - `name` string, required
    - `colors` OrganizationBrandColor[], required
      - `brightness` number, double, nullable, required
      - `type` string, required — Brandfetch color type, e.g. 'accent', 'brand', 'dark', 'light'
      - `hex` string, required
    - `logos` OrganizationBrandLogo[], required
      - `format` string, nullable, required — File format, e.g. 'svg', 'png', 'jpeg'
      - `url` string, required
      - `theme` string, nullable, required — Colour of the artwork itself: 'light' is a light/white logo (for dark backgrounds), 'dark' is a dark logo (for light backgrounds).
      - `type` string, required — Brandfetch logo type, e.g. 'logo', 'symbol', 'icon', 'other'
    - `description` string, nullable, required
    - `name` string, nullable, required
    - `domain` string, required — Domain the brand was fetched for, e.g. 'acme.com'
    - `organizationUuid` string, uuid, required
  - `status` 'ok', required

## Other responses

- `default` — Error

---

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