Get Vehicle Types by Manufacturer ID

v2

EndpointId: API-GMFA-003

Get Vehicle Types by Manufacturer ID

Method: get

Parameters Specification

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

Example Value: 184
path

Use this endpoint

GET https://auto-parts-catalog.apiprofile.com/api/manufacturers/get-manufacturer-types/184
curl -X GET 'https://auto-parts-catalog.apiprofile.com/api/manufacturers/get-manufacturer-types/184' \
  -H 'Accept: application/json' \
  -H 'x-apiprofile-key: YOUR_API_KEY'