---
title: "Returns a customer"
method: GET
path: "/api/v1/customers/{id}"
tags: ["customer"]
---

# Returns a customer

`GET /api/v1/customers/{id}`

Returns a customers identifiable by given ID

## Path parameters

- `id` string, required

## 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)
