---
title: "Returns all customers"
method: GET
path: "/api/v1/customers"
tags: ["customer"]
---

# Returns all customers

`GET /api/v1/customers`

Returns all customers, or empty collection if no use found

## Response `200`

For successful fetch.

- User[]
  - `id` string
  - `username` string
  - `firstName` string
  - `lastName` string
  - `email` string
  - `password` string
  - `phone` string
  - `userStatus` string

---

[API](https://skmtc.net/packtpublishing/apis/sample-ecommerce-app.md) · [All operations](https://skmtc.net/packtpublishing/apis/sample-ecommerce-app/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/packtpublishing/sample-ecommerce-app/versions/51a26ae44206/schema)
