---
title: "Returns all customer's cards"
method: GET
path: "/api/v1/customers/{id}/cards"
tags: ["customer"]
---

# Returns all customer's cards

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

Returns all customer's cards based on given customer ID

## Path parameters

- `id` string, required

## Response `200`

For successful fetch.

- Card
  - `id` string — Order identifier
  - `cardNumber` string — Card Number
  - `expires` string — Expiration date
  - `cvv` string — CVV code
  - `userId` 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)
