---
title: "getBrands"
method: GET
path: "/v1/brands"
tags: ["design-builder"]
deprecated: true
---

# getBrands

`GET /v1/brands`

> **Deprecated.**

Scan all brands linked to a organization, based in orgId attribute from JWT auth token

## Response `200`

Success - brands loaded with success. Empty array if org has no designs.

- GetBrandsRes[]
  - `brands` BrandItem[]
    - `id` string, required
    - `name` string, required
    - `created_by` string
    - `created_date` string
    - `main_brand` string
    - `organization_id` string
    - `updated_date` string
    - `updated_by` string
    - `status` string

## Other responses

- `500` — Other errors

---

[API](https://skmtc.net/epilot/apis/design-builder-api-v2.md) · [All operations](https://skmtc.net/epilot/apis/design-builder-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/epilot/design-builder-api-v2/versions/220aa4fb07e9/schema)
