---
title: "Search Brands"
method: GET
path: "/v0/brands"
tags: ["channel3-api"]
---

# Search Brands

`GET /v0/brands`

Find a brand by name.

## Query parameters

- `query` 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

## Changes

- **2026-05-21** `48ea59b2e819` — 5 info
  - added `subschema #1, subschema #2` to the `detail` response property `anyOf` list for the response status `401`
  - added `subschema #1, subschema #2` to the `detail` response property `anyOf` list for the response status `402`
  - added `subschema #1, subschema #2` to the `detail` response property `anyOf` list for the response status `404`
  - added `subschema #1, subschema #2` to the `detail` response property `anyOf` list for the response status `422`
  - …1 more

[Change history](https://skmtc.dev/channel3-ai/apis/fastapi/changes/v0/brands/get.md)

---

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