Skip to main content
GET
/
products
/
get-product-categories
/
v1
Get product categories
curl --request GET \
  --url https://api.collectpure.com/products/get-product-categories/v1 \
  --header 'x-api-key: <api-key>'
{
  "data": [
    {
      "id": 0,
      "title": "<string>",
      "description": "<string>",
      "createdAt": "<string>",
      "isNumismatic": true,
      "allowCardPayments": true,
      "isInstantShip": true
    }
  ]
}

Authorizations

x-api-key
string
header
required

API key for authentication

Response

200 - application/json

Default Response

data
object[]
required