v1

latestOpenAPI 3.1.0© Modulr Finance2026-08-04207430590.4 KB
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

pinstring

Card PIN

Example response

{
  "pin": "0123"
}