v45

latestOpenAPI 3.0.0raw.githubusercontent.com2026-07-2684278289.5 KB
Vault

Reveal card details

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

get/cards/{cardId}/reveal

Path parameters

cardIdstring uuid required

Unique identifier for a card

Response

cardNumberstring required

The card's full primary account number (PAN).

cvcstring required

The card's card verification code (CVC).

Example response

{
  "expiration": {
    "month": 8,
    "year": 2026
  }
}