---
title: "List cards"
method: GET
path: "/cards"
tags: ["Cards"]
---

# List cards

`GET /cards`

List the credit cards associated with the current user.

## Response `200`

List of cards associated with the user.

- object
  - `data` Card[], required — List of cards associated with the user.
    - `id` string, required — Unique object identifier. The format and length of IDs may change over time.
    - `brand` string, required — Brand of the card.
    - `expiration` object, required — Expiration of the card.
      - `year` integer, required — Expiration year of the card.
      - `month` integer, required — Expiration month of the card.
    - `last4` string, required — Last four digits of the card.

## Changes

- **2024-12-16** `021e5a9aa9e2` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/terminaldotshop/apis/terminal-api/changes/cards/get.md)

---

[API](https://skmtc.dev/terminaldotshop/apis/terminal-api.md) · [All operations](https://skmtc.dev/terminaldotshop/apis/terminal-api/llms.txt) · [OpenAPI document](https://skmtc.dev/terminaldotshop/apis/terminal-api/revisions/021e5a9aa9e2?raw)
