Skip to main content
GET
/
api
/
v1
/
product-sub-categories
cURL
curl --request GET \
  --url https://api-staging.getmeadow.com/api/v1/product-sub-categories \
  --header 'X-Client-Key: <api-key>' \
  --header 'X-Consumer-Key: <api-key>'
{
  "data": [
    {
      "id": 30034,
      "name": "Badder",
      "createdAt": "2023-12-16T02:52:05.054Z",
      "updatedAt": "2023-12-16T02:52:05.054Z"
    },
    {
      "id": 30035,
      "name": "Drink",
      "createdAt": "2023-12-16T02:52:05.214Z",
      "updatedAt": "2023-12-16T02:52:05.214Z"
    },
    {
      "id": 30026,
      "name": "Happy",
      "createdAt": "2023-12-16T02:51:52.741Z",
      "updatedAt": "2023-12-16T02:51:52.741Z"
    },
    {
      "id": 30022,
      "name": "Top Shelf",
      "createdAt": "2023-12-16T02:51:50.313Z",
      "updatedAt": "2023-12-16T02:51:50.313Z"
    }
  ]
}

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 sub-categories response

id
number

The ID of the sub-category

name
string

The name of the sub-category