---
title: "Get PIN"
method: GET
path: "/cards/{cardId}/pin"
tags: ["Card Sensitive Data"]
---

# Get PIN

`GET /cards/{cardId}/pin`

Returns the 4-digit PIN of a **physical and active** credit card. If the card is neither physical nor active, the response will be a HTTP 400.

## Path parameters

- `cardId` string, uuid, required

## Response `200`

Ok

- object
  - `pin` string — The 4-digit PIN of the physical card.

## Other responses

- `400` — unresolved $ref
- `401` — unresolved $ref
- `403` — unresolved $ref
- `404` — unresolved $ref
- `429` — unresolved $ref
- `500` — unresolved $ref

---

[API](https://skmtc.dev/getpliant/apis/pliant-customer-api.md) · [All operations](https://skmtc.dev/getpliant/apis/pliant-customer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getpliant/pliant-customer-api/revisions/f3f589cfa718/schema)
