---
title: "Retrieve PIN"
method: GET
path: "/cards/{cardId}/pin"
tags: ["Cards"]
---

# Retrieve PIN

`GET /cards/{cardId}/pin`

Retrieves the PIN for a card, as a reminder for the cardholder

## Path parameters

- `cardId` string, required

## Headers

- `X-MOD-CARD-MGMT-TOKEN` string

## Response `200`

PIN retrieved successfully

- CardCardPinResponse
  - `pin` string — Card PIN

## Other responses

- `400` — Invalid request
- `403` — Forbidden. `Card Management Token` may be missing or invalid

---

[API](https://skmtc.net/modulrfinance/apis/modulr-api.md) · [All operations](https://skmtc.net/modulrfinance/apis/modulr-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/modulrfinance/modulr-api/versions/cbd52524c8ef/schema)
