Get Card PAN
Claims the PAN for a card created via the API and returns a short-lived reveal grant. GET the reveal_url with your API key and Authorization: Bearer <reveal_token> to receive the card number, CVC, and expiration. Requires the cards:write scope. Pass the card_id returned by Create Card. This can be called only once per card; subsequent calls return an error. Revoke and recreate the card if the PAN is needed again.
Authorizations
Your Meow API key, sent in the x-api-key header for authentication.
Headers
Optional entity_id to scope requests to a specific entity.
Path Parameters
Card to act on. Use list_cards to find one.
Response
Successful Response
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.
Seconds until the reveal token expires.
Expiration month (1-12).
Expiration year (4-digit).