Manufacturer IDs by Type ID

v2

EndpointId: API-GMFA-001

Returns all vehicle manufacturers for a selected vehicle type, providing IDs and names for make selection and filtering.

Method: get

Parameters Specification

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

Example Value: 1
path

Use this endpoint

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