---
title: "List owned brands"
method: GET
path: "/open/v1/owned-brands"
tags: ["Owned Brands"]
---

# List owned brands

`GET /open/v1/owned-brands`

Return the calling workspace's own brand profiles — the entities you create under Atria's brand-management UI. Each carries the brand id, name, industries, logo, website, color palette and fonts.

Use the returned `id` as `brand_id` for the image generation endpoints. Distinct from `GET /open/v1/brand-library/followed` (catalog brands the workspace tracks) and `GET /open/v1/brand-library/search` (global ad-library catalog).

Returns: `code=0` success; `code=40001` workspace context missing.

## Response `200`

Successful Response

- OpenOwnedBrandListResponse — Envelope for all open API responses. code=0 means success.
  - `code` integer
  - `message` string
  - `data` OpenOwnedBrandListData
    - `items` OpenOwnedBrand[]
      - `id` string, required — Workspace-owned brand id (UUID, dashed).
      - `name` string — Brand display name.
      - `industries` string[] — Industry tags configured for this brand.
      - `logo_url` string — Stored logo URL used as the default in generation prompts.
      - `website` string — Brand website URL.
      - `colors` string[] — Hex color palette used as the default in generation prompts.
      - `headline_font` string — Default headline font for generated image text.
      - `body_font` string — Default body font for generated image text.
    - `total` integer

---

[API](https://skmtc.net/tryatria/apis/atria-open-api.md) · [All operations](https://skmtc.net/tryatria/apis/atria-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tryatria/atria-open-api/revisions/548d57b611ea/schema)
