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" } ] }
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