---
title: "Get a card"
method: GET
path: "/cards/{code}"
tags: ["Cards"]
---

# Get a card

`GET /cards/{code}`

## Path parameters

- `code` string, required

## Response `200`

OK

- object
  - `message` string, required
  - `status` boolean, required
  - `error` boolean, required
  - `data` object
    - `card` Card — Card (last_4 only)
      - `code` string
      - `name` string
      - `brand` string, nullable
      - `last_4` string, nullable
      - `currency` string
      - `type` 'virtual' | 'physical' | 'flash'
      - `status` string
      - `amount` integer
      - `spent` integer
      - `available` integer
      - `atmWithdrawals` boolean
      - `posTransaction` boolean
      - `onlineTransaction` boolean
      - `contactlessTransaction` boolean
      - `user` User
        - `code` string
        - `firstName` string
        - `lastName` string
        - `middleName` string, nullable
        - `email` string, email
        - `name` string — Display name
        - `status` string
        - `role` string, nullable
      - `budget` CodeRef — code + name
        - `code` string
        - `name` string
      - `balance` CodeRef — code + name
        - `code` string
        - `name` string
      - `created_at` string, date-time
      - `updated_at` string, date-time

## Other responses

- `401` — Unauthorized
- `404` — Not found

---

[API](https://skmtc.dev/bujeti/apis/bujeti-public-api.md) · [All operations](https://skmtc.dev/bujeti/apis/bujeti-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bujeti/bujeti-public-api/revisions/d2850fc5f576/schema)
