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
Example response
{
"expiration": {
"month": 8,
"year": 2026
}
}