---
title: "Get list of vendors"
method: GET
path: "/v2/vendor/list"
tags: ["Vendor V2"]
---

# Get list of vendors

`GET /v2/vendor/list`

## Query parameters

- `num_records` integer
- `page` integer

## Response `200`

Vendor List fetched successfully

- ListGETResponseVendor
  - `success` boolean — Success flag
  - `message` string — Response message
  - `error_code` string — Error Code
  - `errors` object — Errors
  - `data` VendorList
    - `vendors` VendorListRecord[]
      - `vendor_id` string — vendor ID
      - `name` string — Name of the vendor
      - `phone` string — Phone Number of the vendor
      - `email` string — Email of the vendor
      - `gstin` string — GSTIN of the vendor
      - `swipe_id` string — Swipe ID assigned to the vendor
    - `total_records` integer — Total Records available

## Other responses

- `400` — Error in fetching Vendor List
- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.dev/getswipe/apis/swipeapi.md) · [All operations](https://skmtc.dev/getswipe/apis/swipeapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getswipe/swipeapi/revisions/80fcaf1a3463/schema)
