---
title: "Get all cards"
method: GET
path: "/cards"
---

# Get all cards

`GET /cards`

## Query parameters

- `status` string
- `query` string
- `from` string
- `to` string

## Response `200`

200

- object
  - `code` integer
  - `data` object
    - `message` string
    - `cards` object[]
      - `securityCode` string
      - `expiration` string
      - `currency` string
      - `status` string
      - `isPhysical` unknown
      - `title` string
      - `color` string
      - `name` string
      - `createdAt` string
      - `updatedAt` string
      - `id` string
      - `brand` string
      - `mask` string
      - `number` string
      - `balance` integer
      - `isNonSubscription` boolean
      - `ownerId` string
    - `total` integer
    - `limit` integer
    - `page` integer
  - `success` boolean

## Other responses

- `400` — 400

---

[API](https://skmtc.net/eversend/apis/authentication.md) · [All operations](https://skmtc.net/eversend/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/eversend/authentication/revisions/7c1b8e2a0830/schema)
