List Categories by Vehicle ID (v1)

v2

EndpointId: API-GCA-001

Returns the vehicle-specific product category tree for the given vehicle as a flattened breadcrumb list (levels 1–4 with 'categoryName1..4' / 'categoryId1..4'), including only categories applicable to that vehicle.

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
vehicleId int Required

Example Value: 19942
path

Use this endpoint

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