---
title: "Get list of customers"
method: GET
path: "/v2/customer/list"
tags: ["Customer V2"]
---

# Get list of customers

`GET /v2/customer/list`

## Query parameters

- `num_records` integer
- `page` integer

## Response `200`

Customer List fetched successfully

- ListGETResponse
  - `success` boolean — Success flag
  - `message` string — Response message
  - `error_code` string — Error Code
  - `errors` object — Errors
  - `data` CustomerList
    - `customers` CustomerListRecord[]
      - `customer_id` string — Customer ID
      - `name` string — Name of the Customer
      - `phone` string — Phone Number of the customer
      - `email` string — Email of the customer
      - `gstin` string — GSTIN of the customer
      - `swipe_id` string — Swipe ID assigned to the customer
    - `total_records` integer — Total Records available

## Other responses

- `400` — Error in fetching Customer 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)
