cURL
curl --request GET \ --url https://api.platnova.com/v1/cards/{card_id}/reveal \ --header 'X-API-KEY: <api-key>'
{ "status": true, "data": { "number": "4899281234562417", "cvv": "567" }, "error": [], "message": "operation was successful" }
Retrieve full card number and CVV. Rate-limited for security.
API key for authentication.
unique id of a card
200 - Success
Show child attributes