---
title: "Retorna todos os fabricantes"
method: GET
path: "/fabricantes"
---

# Retorna todos os fabricantes

`GET /fabricantes`

Lista de fabricantes

## Response `200`

200

- object[]
  - `fabricanteId` integer
  - `ativo` boolean
  - `nome` string
  - `urlLogoTipo` string
  - `urlLink` string
  - `urlCarrossel` string

## Other responses

- `422` — 422
- `500` — 500

---

[API](https://skmtc.net/fbits/apis/wake-commerce-api.md) · [All operations](https://skmtc.net/fbits/apis/wake-commerce-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fbits/wake-commerce-api/revisions/e07940bf249d/schema)
