---
title: "Get a single card"
method: GET
path: "/cards/{cardId}"
---

# Get a single card

`GET /cards/{cardId}`

## Path parameters

- `cardId` string, required

## Response `200`

200

- object
  - `code` integer
  - `data` object
    - `message` string
    - `data` object
      - `totalCardSpend` string
      - `card` object
        - `securityCode` string
        - `expiration` string
        - `currency` string
        - `status` string
        - `isPhysical` boolean
        - `title` string
        - `color` string
        - `name` string
        - `amount` number
        - `createdAt` string
        - `updatedAt` string
        - `id` string
        - `brand` string
        - `mask` string
        - `number` string
        - `ownerId` string
        - `isNonSubscription` boolean
        - `lastUsedOn` string
        - `billingAddress` object
          - `address` string
          - `city` string
          - `state` string
          - `zipCode` string
          - `country` string
  - `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/versions/7c1b8e2a0830/schema)
