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>" }
Retrieve all of the product sub-categories for the organization.
The key assigned to your company and provided via Meadow
The key generated and provided by our mutual client
Product sub-categories response
The ID of the sub-category
The name of the sub-category