---
title: "Get Brands"
method: GET
path: "/campaign_api/brands"
tags: ["Campaign Generation (Coming soon)"]
---

# Get Brands

`GET /campaign_api/brands`

Get a list of brands that can be used to customize your campaign with the brand's colors, fonts, and logos. Brands are created in BRIA’s Campaign Editor application by the organization's Admins.

## Headers

- `api_token` string, required

## Response `200`

The list of brands, where each brand is an object containing the following properties - ID, name, description, and creation date.

- object[]
  - `id` integer
  - `name` string
  - `description` string
  - `created_at` string

## Other responses

- `401` — Unauthorized. Invalid API key or authentication token.

---

[API](https://skmtc.net/bria-ai/apis/the-bria-api.md) · [All operations](https://skmtc.net/bria-ai/apis/the-bria-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bria-ai/the-bria-api/revisions/2768230345a5/schema)
