List All Categories

v2

EndpointId: API-GCA-005

Returns the complete hierarchical catalog of product categories for a selected vehicle type, including main categories and their nested subcategories (e.g., “Accessories → Armrest” or “Air Conditioning → Compressor/Parts”).

Method: get

Parameters Specification

Parameter Field Type Constraints Description / Default Value Param Location
typeId int Required

Example Value: 1
path
langId int Required

Example Value: 4
path

Use this endpoint

GET https://auto-parts-catalog.apiprofile.com/api/category/type-id/1/list-category-tree-structure/lang-id/4
curl -X GET 'https://auto-parts-catalog.apiprofile.com/api/category/type-id/1/list-category-tree-structure/lang-id/4' \
  -H 'Accept: application/json' \
  -H 'x-apiprofile-key: YOUR_API_KEY'