---
title: "List vendors"
method: GET
path: "/vendors"
tags: ["Vendors"]
---

# List vendors

`GET /vendors`

## Query parameters

- `page` integer
- `perPage` integer
- `status` string
- `name` string
- `search` string
- `currency` string
- `categories` string[]
- `from` string, date-time
- `to` string, date-time

## Response `200`

OK

- object
  - `message` string, required
  - `status` boolean, required
  - `error` boolean, required
  - `data` object
    - `vendors` Vendor[]
      - `code` string
      - `name` string
      - `email` string, email, nullable
      - `description` string, nullable
      - `type` 'business' | 'individual', nullable
      - `status` string
      - `categories` Category[]
        - `code` string
        - `name` string
        - `description` string, nullable
        - `slug` string, nullable
        - `status` string
        - `isSubCategory` boolean
        - `parent` Category — recursive
        - `children` Category[]
    - `meta` PaginationMeta
      - `page` integer
      - `perPage` integer
      - `total` integer
      - `hasMore` boolean
      - `nextPage` integer, nullable

## Other responses

- `401` — Unauthorized

---

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