cURL
curl --request GET \ --url https://public.api.collectpure.com/v1/products/subcategories \ --header 'x-api-key: <api-key>'
[ { "id": 123, "title": "<string>", "premiumCalculationType": "<string>" } ]
Returns a list of all product subcategories with their IDs and titles
[ { "id": 1, "title": "Mexican Gold Libertads", "premiumCalculationType": "unit" }, { "id": 2, "title": "Gold Bars (Gram Weight)", "premiumCalculationType": "unit" }, { "id": 3, "title": "Mixed Denominations", "premiumCalculationType": "troy_ounce" } ]
API key for authentication
Default Response
The response is of type object[].
object[]