Retrieve a Manufacturer

Retrieves the details of an existing manufacturer.

GET /api/manufacturers/{id}

Parameters #

ParameterTypeDescription
idintegerThe ID of the manufacturer to retrieve.

Returns #

Returns a manufacturer object if a valid identifier was provided.

{
  "id": 1,
  "name": "Adidas"
}