Cards
Retrieve PIN
Retrieves the PIN for a card, as a reminder for the cardholder
get/cards/{cardId}/pin
Path parameters
cardIdstring required
The ID of the card to retrieve the PIN for
Headers
X-MOD-CARD-MGMT-TOKENstring
Card Management Token required for API users for additional security when managing sensitive card data
Response
PIN retrieved successfully
Example response
{
"pin": "0123"
}