Skip to main content
GET
/
api
/
v1
/
product-categories
cURL
curl --request GET \
  --url https://api-staging.getmeadow.com/api/v1/product-categories \
  --header 'X-Client-Key: <api-key>' \
  --header 'X-Consumer-Key: <api-key>'
{
  "id": 123,
  "name": "<string>",
  "cannabisType": "non-concentrated"
}

Authorizations

X-Consumer-Key
string
header
required

The key assigned to your company and provided via Meadow

X-Client-Key
string
header
required

The key generated and provided by our mutual client

Response

Product categories response

id
number

The ID of the category

name
string

The name of the category

cannabisType
enum<string>

The type of cannabis content all products in this category have. This is used to calculate purchase limits.

  • non-concentrated - Used for flower. Cannabis content will be measured in grams (g)
  • concentrated - Used for derived, concentrated products such as edibles or concentrates. Content measured in milligrams (mg)
  • mi-infused-solids - Used for infused solids only in the state of Michigan. Content measured in ounces (oz)
  • mi-infused-fluids - Used for infused fluids such as drinks only in the state of Michigan. Content measured in fluid ounces (oz)
  • edibles - All edibles (used in New Jersey & Massachusetts). Content measured in milligrams (mg)
  • immature-plant - Used for cannabis plants (i.e. clones).
  • none - This category does not contain cannabis products.
Available options:
non-concentrated,
concentrated,
mi-infused-solids,
mi-infused-fluids,
edibles,
immature-plant,
none