---
title: "Getallbrands"
method: GET
path: "/api/v1/brand/all"
tags: ["brands"]
---

# Getallbrands

`GET /api/v1/brand/all`

## Query parameters

- `domain_id` string, required
- `page` integer
- `size` integer

## Response `200`

Successful Response

- CustomizedPageBrandsResponseDTO
  - `items` BrandsResponseDTO[], required
    - `id` integer, required
    - `name` string, required
    - `logo` string, nullable
    - `colors` DtoResponseBrandsResponseDTOColors
      - `primary` string, nullable
      - `secondary` string, nullable
      - `tertiary` string, nullable
    - `font` string, nullable
    - `tagline` string, nullable
    - `brand_url` string, nullable
    - `brandType` string, nullable
    - `is_default` boolean, nullable
    - `onboarding_brand` boolean, nullable
    - `brandDescription` string, nullable
    - `tone` string, nullable
    - `projects` integer, nullable
    - `brand_aesthetics` object, nullable
    - `discover_keywords` object, nullable
    - `industry` string, nullable
    - `createdAt` string, date-time, nullable
    - `updatedAt` string, date-time, nullable
    - `brand_skills` BrandSkillDTO
      - `file_url` string, nullable
      - `file_name` string, nullable
      - `file_type` string, nullable
      - `prompt_url` string, nullable
      - `name` string, nullable
  - `total` integer, required
  - `page` integer, nullable, required
  - `size` integer, nullable, required
  - `pages` integer, nullable

## Other responses

- `422` — Validation Error

---

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