cURL
curl --request GET \ --url https://api.collectpure.com/products/get-product-subcategories/v1 \ --header 'x-api-key: <api-key>'
{ "data": [ { "id": 0, "createdAt": "<string>", "title": "<string>", "description": "<string>", "premiumCalculationType": "unit", "feeRate": -0.5, "advancedFeeRate": -0.5 } ] }
Retrieve all product subcategories
Rate limit: 120 requests burst, 60 requests/minute sustained.
API key for authentication
Default Response
Show child attributes
Was this page helpful?