---
title: "Pobierz listę hurtowni"
method: GET
path: "/suppliers"
tags: ["Hurtownie"]
---

# Pobierz listę hurtowni

`GET /suppliers`

Zwraca listę aktywnych hurtowni

## Response `200`

Sukces

- object[]
  - `id` integer — Identyfikator hurtowni
  - `name` string — Nazwa hurtowni

## Other responses

- `401` — Błąd autoryzacji

---

[API](https://skmtc.dev/sellasist/apis/sellasist-api.md) · [All operations](https://skmtc.dev/sellasist/apis/sellasist-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sellasist/sellasist-api/revisions/821a1ff699fb/schema)
