---
title: "Retrieve a Brand"
method: GET
path: "/brands/{brand_id}"
tags: ["Brands"]
---

# Retrieve a Brand

`GET /brands/{brand_id}`

This operation will retrieve a Brand by its Weedmaps identifier.

---
💡 **Tip** 💡

When creating or updating a Menu Item, be sure to send us the correlated Brand identifier.

This link can directly improve search relevance, increase consumer engagement, and it elevates the visibility of the Menu Item within the Weedmaps ecosystem.

---

## Path parameters

- `brand_id` integer, required

## Response `200`

Successful Brand Retrieval

- object
  - `data` Brand — A Weedmaps [Brand](https://developer.weedmaps.com/v2025.07/docs/wm-brands).
    - `avatar_image_url` string, required — Avatar image for this Brand displayed on Weedmaps
    - `description` string, required — The description of this Brand displayed on Weedmaps
    - `id` integer, required — The primary identifier for a Weedmaps resource.
    - `name` string, required — The name that is displayed on a Weedmaps.
    - `published` boolean, required — This field controls the public visibility of on Weedmaps.
    - `updated_at` string, required — The timestamp this resource was last updated.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `422` — Unprocessable Entities

---

[API](https://skmtc.dev/weedmaps/apis/auth-api.md) · [All operations](https://skmtc.dev/weedmaps/apis/auth-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/weedmaps/auth-api/revisions/7300ae412cb7/schema)
