---
title: "List Brands"
method: GET
path: "/api/v1/brands/"
tags: ["Brands"]
---

# List Brands

`GET /api/v1/brands/`

**Rate limit:** 50 requests per minute

## Response `200`

OK

- BrandSchema[]
  - `id` integer, required — ID (integer) of this property
  - `key` string, required — Identifier of the brand. Deprecated: use 'id' and 'name' instead.
  - `name` string, required — Name of the brand

## Other responses

- `default`

---

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