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

# List Brands

`GET /brands`

List all brands in Levanta's marketplace

## Query parameters

- `limit` number — The maximum number of items to return
- `cursor` string — The cursor returned from the last request, if omitted the first page will be returned
- `marketplace` 'all' | 'amazon.com' | 'amazon.com.mx' | 'amazon.co.uk' | 'amazon.ca' | 'amazon.de' | 'amazon.es' | 'amazon.fr' | 'amazon.it' | 'amazon.nl' | 'walmart.com' | 'shopify.com', required — Represents a Levanta marketplace (ex: amazon.co.uk, walmart.com, shopify.com). If "all" is specified then the scope is all marketplaces.
- `access` 'true' | 'false'
- `brandIds` string — Comma-delimited list of UUIDs representing an array

## Response `200`

Success

- object
  - `brands` object[], required
    - `id` string, uuid, required
    - `name` string, required
    - `marketplace` 'amazon.com' | 'amazon.com.mx' | 'amazon.co.uk' | 'amazon.ca' | 'amazon.de' | 'amazon.es' | 'amazon.fr' | 'amazon.it' | 'amazon.nl' | 'walmart.com' | 'shopify.com', required — Represents a Levanta marketplace (ex: amazon.co.uk, walmart.com, shopify.com).
    - `storefronts` object[], required
      - `url` string, uri, required
      - `trackingUrl` string, uri, nullable, required
    - `bio` string, required
    - `image` string, required
    - `access` boolean, required
    - `commissionLockPeriodDays` integer, required
  - `cursor` string, nullable, required — The cursor to use for the next request, if empty there are no more items to return

## Other responses

- `401` — Unauthorized
- `422` — Input Validation Failed

---

[API](https://skmtc.dev/levanta/apis/levanta-creator-api-v2.md) · [All operations](https://skmtc.dev/levanta/apis/levanta-creator-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/levanta/levanta-creator-api-v2/revisions/f5dfab95939b/schema)
