Skip to main content
GET
/
api
/
commerce
/
catalog
/
categories
List catalog categories
curl --request GET \
  --url https://app.vaultgraph.com/api/commerce/catalog/categories \
  --header 'x-api-key: <api-key>'
{
  "data": [
    {
      "value": "<string>",
      "count": 123
    }
  ]
}

Authorizations

x-api-key
string
header
required

Response

The store's category vocabulary

data
object[]