---
title: "get brand by id"
method: GET
path: "/brands/{id}"
tags: ["Brands"]
---

# get brand by id

`GET /brands/{id}`

## Path parameters

- `id` integer, required

## Response `200`

success

- Brand
  - `id` integer
  - `name` string

## Other responses

- `404` — brand not found

---

[API](https://skmtc.net/thequestionmark/apis/questionmark-api-v1-2.md) · [All operations](https://skmtc.net/thequestionmark/apis/questionmark-api-v1-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/thequestionmark/questionmark-api-v1-2/versions/936ff09e6fa1/schema)
