List All Product Names

v2

EndpointId: API-GCA-006

Returns a complete list of all available automotive product names with their corresponding product IDs for use in lookups or filtering.

Method: get

Parameters Specification

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

Example Value: 4
path

Use this endpoint

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