Retrieves the details of an existing manufacturer.
GET /api/manufacturers/{id}
Parameters #
| Parameter | Type | Description |
|---|
| id | integer | The ID of the manufacturer to retrieve. |
Returns #
Returns a manufacturer object if a valid identifier was provided.
{
"id": 1,
"name": "Adidas"
}