Article List by Vehicle ID & Product ID

v2

EndpointId: API-GAR-0018

Article List by Vehicle ID & Product ID

Method: get

Parameters Specification

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

Example Value: 1
path
langId int Optional

Example Value: 4
path
vehicleId int Optional

Example Value: 19942
path
productId int Optional

Example Value: 298
path

Use this endpoint

GET https://auto-parts-catalog.apiprofile.com/api/articles/list-by-product/type-id/1/vehicle-id/19942/product-id/298/lang-id/4
curl -X GET 'https://auto-parts-catalog.apiprofile.com/api/articles/list-by-product/type-id/1/vehicle-id/19942/product-id/298/lang-id/4' \
  -H 'Accept: application/json' \
  -H 'x-apiprofile-key: YOUR_API_KEY'