Skip to main content
GET
/
products
/
get-product-subcategories
/
v1
Get product subcategories
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
    }
  ]
}

Authorizations

x-api-key
string
header
required

API key for authentication

Response

200 - application/json

Default Response

data
object[]
required