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>'
{
  "id": 123,
  "name": "<string>"
}

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