---
title: "Fetch an item brand"
method: GET
path: "/v1/item_brands/{item_brand_id}"
tags: ["Item Brands"]
---

# Fetch an item brand

`GET /v1/item_brands/{item_brand_id}`

Fetch an item brand

**Required scope: `business/catalogue:read`**

**Deprecated alias:** `business/products:read` (still accepted, will be removed in a future release)

## Path parameters

- `item_brand_id` string, required — The unique identifier of the item brand.

## Response `200`

Successful Response

- ItemBrand
  - `id` string, required — The unique identifier of the brand.
  - `name` string, required — The name of the brand.
  - `description` string, nullable, required — A description of the brand.
  - `image` Media, required
    - `id` string, required — The unique identifier of the media.
    - `type` 'image', required
    - `mime_type` string, required — The mime type indicates the format of the media.
    - `url` string, required — The URL of the media file.
    - `created_at` string, date-time, required — The media creation date and time in ISO 8601 format.
    - `updated_at` string, date-time, nullable, required — The date and time the media was last modified in ISO 8601 format.
  - `created_at` string, date-time, required — The brand creation date and time in ISO 8601 format.
  - `updated_at` string, date-time, nullable, required — The date and time the brand was last modified in ISO 8601 format.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `429` — Too Many Requests

---

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