---
title: "GET /api/card-wallet/{id}/"
method: GET
path: "/api/card-wallet/{id}/"
tags: ["card-wallet"]
---

# GET /api/card-wallet/{id}/

`GET /api/card-wallet/{id}/`

## Path parameters

- `id` string, uuid, required

## Headers

- `X-Company` string

## Response `200`

- CardWallet
  - `id` string, uuid, required
  - `employee` string, uuid
  - `notes` string, nullable, required
  - `attachments` string
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `title` string, required
  - `expires_on` string, date, nullable

---

[API](https://skmtc.net/crewtraka/apis/crewtraka-api.md) · [All operations](https://skmtc.net/crewtraka/apis/crewtraka-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/crewtraka/crewtraka-api/versions/328c565b8102/schema)
