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

# GET /brands

`GET /brands`

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

- BrandingBrand[]
  - `id` string
  - `subdomain` string, required
  - `name` string
  - `owner` BrandingAccount — Connect Account details. `id` -- id of the account. `name` -- name of the account. `icon` -- icon of the account.
    - `id` string
    - `name` string
    - `icon` string, nullable
  - `public_api` string
  - `extensions` string
  - `customization` string
  - `base_domain` string

## Other responses

- `400`

---

[API](https://skmtc.net/cloudblue/apis/cloudblue-connect-api.md) · [All operations](https://skmtc.net/cloudblue/apis/cloudblue-connect-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cloudblue/cloudblue-connect-api/revisions/0421d2a97c52/schema)
