---
title: "List all customers"
method: GET
path: "/customers"
---

# List all customers

`GET /customers`

## Query parameters

- `limit` integer
- `page` integer
- `search` string

## Response `200`

Successful response

- object
  - `code` integer, required
  - `status` string, required
  - `message` string, required
  - `totals` integer
  - `last_page` integer
  - `current_page` integer
  - `selected` integer

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/notchpay/apis/notch-pay-api.md) · [All operations](https://skmtc.net/notchpay/apis/notch-pay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/notchpay/notch-pay-api/versions/483106380733/schema)
