Manufacturer Info by Manufacturer ID

v2

EndpointId: API-GMFA-002

Returns details for a specific vehicle manufacturer, including name, supported vehicle types, and total model count.

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/find-by-id/184
curl -X GET 'https://auto-parts-catalog.apiprofile.com/api/manufacturers/find-by-id/184' \
  -H 'Accept: application/json' \
  -H 'x-apiprofile-key: YOUR_API_KEY'