---
title: "Get all brand categories."
method: GET
path: "/brandCategories"
tags: ["4. Brand Categories"]
---

# Get all brand categories.

`GET /brandCategories`

## Response `200`

OK

- BrandCategoriesView
  - `brandCategories` BrandCategoryView[]
    - `identifier` string, uuid
    - `description` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error
- `503` — Service Unavailable

---

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