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

# 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.
    - `created` string, required — Date the card was created.

## Other responses

- `401` — Unauthorized
- `429` — Too Many Requests
- `500` — Internal Server Error

## Changes

- **2025-04-14** `58fa4af8e325` — 1 info
  - added the required property `data/items/created` to the response with the `200` status
- **2025-03-19** `1c6726b12e29` — 3 breaking, 18 info
  - the response's body type/format changed from ``/`` to `object`/`` for status `401`
  - the response's body type/format changed from ``/`` to `object`/`` for status `429`
  - the response's body type/format changed from ``/`` to `object`/`` for status `500`
  - removed `#/components/schemas/ErrorResponse` from the response body `allOf` list for the response status `401`
  - …17 more
- **2025-03-07** `979a6c40552c` — 3 info
  - added the non-success response with the status `401`
  - added the non-success response with the status `429`
  - added the non-success response with the status `500`
- **2024-12-16** `56a8a6f18e6c` — 1 info
  - endpoint added
- **2024-12-16** `021e5a9aa9e2` — 1 breaking
  - api path removed without deprecation

[Full 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/84ef614abb97/schema)
