ConsoleCatalog
Sign in
Knowde logo

Knowde

knowde.comMarketplaceno auth

B2B chemical and ingredient marketplace - product search, categories, and supplier listings.

Category Navigation

ASYNCREADNo auth

Returns the category taxonomy for a menu with child categories, slugs, and hub paths.

ParametersFormJSON

Mega-menu slug identifying the top-level category branch to browse

ISO country code for marketplace locale routing (x-user-country-code-req header)

cost: 1 credit · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_knowde_category_navigation",
    "params": {
      "menu_slug": "technologies-agrochemicals",
      "country_code": "IN"
    }
  }'