v1

latestOpenAPI 3.1.02026-07-24257573.4 KB
Brands

Retrieve a Brand

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.


get/brands/{brand_id}

Path parameters

brand_idinteger required

Response

Successful Brand Retrieval

Example response

{
  "data": {
    "avatar_image_url": "https://images.weedmaps.com/static/placeholders/weedmaps-logo.jpg",
    "description": "WM Cannabis is a cutting-edge cannabis brand that has redefined the way people experience the world of cannabis. We are committed to providing a premium and holistic cannabis experience that goes beyond just getting high.",
    "id": 420,
    "name": "Purple Urkle",
    "updated_at": "2023-04-20T16:20:00Z"
  }
}