---
title: "Get brands list"
method: GET
path: "/api/brands-list"
tags: ["Demand API"]
---

# Get brands list

`GET /api/brands-list`

Demand API brands list with platform/brand whitelist filtering and encrypted click URLs.

## Response `200`

Successful response, or empty result with success=false.

- union
  - DemandBrandsListResponse
    - `success` boolean, required
    - `data` DemandBrandItem[], required
      - `merchant_id` integer, required — Brand ID.
      - `campaign_id` integer, nullable, required — Preferred campaign ID (homepage, else deeplink).
      - `domain` string, nullable, required
      - `click_url_homepage` string — Encrypted homepage tracking URL.
      - `click_url_deeplink` string — Encrypted deeplink tracking URL.
      - `country_code` string, nullable, required
      - `restricated_traffic` string[], required — Restricted traffic type names.
      - `new_deal` 0 | 1, required
      - `last_updated_date` string, nullable, required — YYYY-MM-DD
      - `commission_rate` string, nullable — Commission details text when not flat-fee.
      - `flat_fee` string — Flat fee details when publisher + brand are flat-fee cashback.
  - object
    - `success` boolean
    - `message` string

## 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)
