---
title: "Reveal card details"
method: GET
path: "/cards/{cardId}/reveal"
tags: ["Vault"]
---

# Reveal card details

`GET /cards/{cardId}/reveal`

Retrieve the full card number, expiration date, and CVC for a card. Available for agentic cards only.

## Path parameters

- `cardId` string, uuid, required — Unique identifier for a card

## Response `200`

- CardRevealResponse — Sensitive card details returned by the card reveal endpoint: the card's full number, expiration, and CVC.
  - `cardNumber` string, required — The card's full primary account number (PAN).
  - `cvc` string, required — The card's card verification code (CVC).
  - `expiration` object, required — Month and year the card expires.
    - `month` integer, required — Calendar month.
    - `year` integer, required — Four-digit calendar year.

## Other responses

- `404` — `cardId` not found

---

[API](https://skmtc.net/mercurytechnologies/apis/mercury-api.md) · [All operations](https://skmtc.net/mercurytechnologies/apis/mercury-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mercurytechnologies/mercury-api/revisions/0bdf4a496e03/schema)
