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

# List cards

`GET /card`

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-13** `43ff7af31b1e` — 1 breaking, 4 info
  - removed the required property `result` from the response with the `200` status
  - api operation id `getCard` was added
  - the endpoint scheme security `Bearer` was removed from the API
  - api tag `Cards` added
  - …1 more

[Change history](https://skmtc.dev/terminaldotshop/apis/terminal-api/changes/card/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-service-production.skmtc.workers.dev/v1/apis/terminaldotshop/terminal-api/revisions/2d657e4e5d6b/schema)
