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

# List available brands

`GET /v1/brands`

Retrieve a paginated list of brands in your network along with their payout details and tracking links. Brands where `supports_deeplinking` is `true` let you deep-link to a specific page by appending a `url` param to `tracking_url`.

## Query parameters

- `page` integer
- `limit` integer
- `search` string

## Response `200`

A paginated list of brands.

- BrandsResponse
  - `data` Brand[], required
    - `id` string, required — Unique brand identifier (slug).
    - `name` string, required — Brand display name.
    - `domain` string, nullable, required — Brand's website domain.
    - `category` string, required — Brand category.
    - `geo` string, nullable, required — ISO 3166-1 alpha-2 country code the brand operates in (e.g. US, GB). `null` for global brands.
    - `description` string, nullable, required — Short description of the brand. `null` when not available.
    - `logo_url` string, nullable, required — URL of the brand's logo image. `null` when not available.
    - `payout` string, required — Your payout rate for this brand, after your commission share (split) has been applied. Returns `"Varies"` when no rate can be resolved.
    - `tracking_url` string, required — Tracking URL with your publisher ID embedded. When `supports_deeplinking` is `true`, append `&url=<URL-encoded product page>` to deep-link to a specific page on the merchant's site. The destination must be on the brand's own domain — otherwise it's ignored and the shopper lands on the homepage.
    - `supports_deeplinking` boolean, required — Whether you can deep-link to specific pages for this brand by appending a `url` param to `tracking_url`.
  - `page` integer, required — Current page number.
  - `total` integer, required — Total number of brands matching the query.

## Other responses

- `401` — Invalid or missing API key.

---

[API](https://skmtc.net/cashbackhive/apis/cashbackhive-publisher-api.md) · [All operations](https://skmtc.net/cashbackhive/apis/cashbackhive-publisher-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cashbackhive/cashbackhive-publisher-api/revisions/4e64b163cbe4/schema)
