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

# Retrieve all cards

`GET /cards`

Get all cards.

## Query parameters

- `customer_id` string
- `business_id` string
- `show_closed` string
- `page` integer — Page number
- `count` integer — Items per page
- `order_by` string

## Response `200`

OK

- object
  - `page` integer, required
  - `pages` integer, required
  - `count` integer, required
  - `has_more` boolean
  - `cards` Card[], required
    - `card_id` string
    - `customer_id` string, nullable
    - `account_id` string, nullable
    - `business_id` string, nullable
    - `card_number` string
    - `cvv` string
    - `expiry_date` string
    - `last_four` string
    - `status` 'active' | 'inactive' | 'closed'
    - `card_design_id` string — The visual design of card. Please contact Support to start creating card designs.
    - `date_updated` string
    - `date_created` string
    - `date_physical_card_activated` string

---

[API](https://skmtc.net/bond/apis/customer.md) · [All operations](https://skmtc.net/bond/apis/customer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bond/customer/revisions/62f5ac53144d/schema)
