---
title: "Get Brand"
method: GET
path: "/brands/{id}"
---

# Get Brand

`GET /brands/{id}`

Retrieves a specific brand by ID.

## Path parameters

- `id` string, required

## Response `200`

A brand object

- object
  - `data` Brand
    - `id` string
    - `name` string

---

[API](https://skmtc.dev/kimp360/apis/kimp360-api.md) · [All operations](https://skmtc.dev/kimp360/apis/kimp360-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kimp360/kimp360-api/revisions/a666c05afc8b/schema)
