Skip to main content
POST
Get Card PAN

Authorizations

x-api-key
string
header
required

Your Meow API key, sent in the x-api-key header for authentication.

Headers

x-entity-id
string<uuid>

Optional entity_id to scope requests to a specific entity.

Path Parameters

card_id
string<uuid>
required

Card to act on. Use list_cards to find one.

Response

Successful Response

reveal_url
string
required

URL to fetch the card number from. GET this URL with your API key and Authorization: Bearer <reveal_token> to receive the PAN, CVC, and expiration.

token_expires_in_seconds
integer
required

Seconds until the reveal token expires.

exp_month
integer | null

Expiration month (1-12).

exp_year
integer | null

Expiration year (4-digit).