---
title: "Get a single brand"
method: GET
path: "/brands/{brand_id}"
tags: ["Brands"]
---

# Get a single brand

`GET /brands/{brand_id}`

Returns a single brand with a requested ID

🔒 Requires: `products:read` scope

## Path parameters

- `brand_id` string, required

## Response `200`

- BrandResponse
  - `data` Brand
    - `deleted_at` string, nullable — Deletion timestamp in UTC.
    - `description` string, nullable — The brand description.
    - `id` string, required — Auto-generated object ID.
    - `name` string, required — The brand name.
    - `version` integer — Auto-incrementing object version number.

---

[API](https://skmtc.net/lightspeedhq/apis/api-2026-07.md) · [All operations](https://skmtc.net/lightspeedhq/apis/api-2026-07/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightspeedhq/api-2026-07/revisions/72d4ceb46dbb/schema)
