List all Manufacturers

Returns a list of your available manufacturers. The manufacturers returned are determined by your organization's access permissions.

GET /api/manufacturers

Returns #

A list of manufacturer objects.

[
  {
    "id": 1,
    "name": "Adidas"
  },
  {
    "id": 2,
    "name": "Nike"
  },
  {
    "id": 3,
    "name": "Puma"
  }
]