---
title: "Brand Detail"
method: GET
path: "/v0/brands/{brand_id}"
tags: ["channel3-api"]
---

# Brand Detail

`GET /v0/brands/{brand_id}`

Get detailed information about a specific brand by its ID.

## Path parameters

- `brand_id` string, required

## Response `200`

Successful Response

- Brand
  - `id` string, required
  - `name` string, required
  - `logo_url` string, nullable
  - `description` string, nullable
  - `best_commission_rate` number — The maximum commission rate for the brand in the requested country (default 'US'), as a percentage

## Other responses

- `401` — Unauthorized - Invalid or missing authentication
- `402` — Payment required
- `404` — Brand not found
- `422` — Validation Error
- `500` — Internal Server Error

---

[API](https://skmtc.net/channel3-ai/apis/fastapi.md) · [All operations](https://skmtc.net/channel3-ai/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/channel3-ai/fastapi/versions/981d371bd83e/schema)
