# Manufacturers

## List Manufacturers

> Get a list of manufacturers.

```json
{"openapi":"3.0.3","info":{"title":"Erudus API","version":"2.0.0"},"tags":[{"name":"Manufacturers","description":"\nGet information about manufacturers."}],"servers":[{"url":"https://api.erudus.com"}],"security":[{"default":[]}],"components":{"securitySchemes":{"default":{"type":"http","scheme":"bearer","description":"You can retrieve your token by visiting your dashboard and clicking <b>Manage API tokens</b>."}}},"paths":{"/v2/manufacturers":{"get":{"summary":"List Manufacturers","operationId":"listManufacturers","description":"Get a list of manufacturers.","parameters":[{"in":"query","name":"page","description":"Page of result set.","required":false,"schema":{"type":"integer","description":"Page of result set."}}],"responses":{"401":{"description":"","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}}}}}}},"tags":["Manufacturers"]}}}}
```

## Get Manufacturer

> Get a Manufacturer details.

```json
{"openapi":"3.0.3","info":{"title":"Erudus API","version":"2.0.0"},"tags":[{"name":"Manufacturers","description":"\nGet information about manufacturers."}],"servers":[{"url":"https://api.erudus.com"}],"security":[{"default":[]}],"components":{"securitySchemes":{"default":{"type":"http","scheme":"bearer","description":"You can retrieve your token by visiting your dashboard and clicking <b>Manage API tokens</b>."}}},"paths":{"/v2/manufacturers/{manufacturer}":{"get":{"summary":"Get Manufacturer","operationId":"getManufacturer","description":"Get a Manufacturer details.","parameters":[],"responses":{"401":{"description":"","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}}}}}}},"tags":["Manufacturers"]}}}}
```

## List Brands

> Get a list of brands belonging to a manufacturer.

```json
{"openapi":"3.0.3","info":{"title":"Erudus API","version":"2.0.0"},"tags":[{"name":"Manufacturers","description":"\nGet information about manufacturers."}],"servers":[{"url":"https://api.erudus.com"}],"security":[{"default":[]}],"components":{"securitySchemes":{"default":{"type":"http","scheme":"bearer","description":"You can retrieve your token by visiting your dashboard and clicking <b>Manage API tokens</b>."}}},"paths":{"/v2/manufacturers/{manufacturer}/brands":{"get":{"summary":"List Brands","operationId":"listBrands","description":"Get a list of brands belonging to a manufacturer.","parameters":[{"in":"query","name":"page","description":"Page of result set.","required":false,"schema":{"type":"integer","description":"Page of result set."}}],"responses":{"401":{"description":"","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}}}}}}},"tags":["Manufacturers"]}}}}
```

## Get Brand

> Get a brand details.

```json
{"openapi":"3.0.3","info":{"title":"Erudus API","version":"2.0.0"},"tags":[{"name":"Manufacturers","description":"\nGet information about manufacturers."}],"servers":[{"url":"https://api.erudus.com"}],"security":[{"default":[]}],"components":{"securitySchemes":{"default":{"type":"http","scheme":"bearer","description":"You can retrieve your token by visiting your dashboard and clicking <b>Manage API tokens</b>."}}},"paths":{"/v2/manufacturers/{manufacturer}/brands/{brand}":{"get":{"summary":"Get Brand","operationId":"getBrand","description":"Get a brand details.","parameters":[],"responses":{"401":{"description":"","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}}}}}}},"tags":["Manufacturers"]}}}}
```
