---
title: "Get Cardholder Details"
method: GET
path: "/api/v1/cardholder/{publicToken}"
tags: ["Cards"]
---

# Get Cardholder Details

`GET /api/v1/cardholder/{publicToken}`

## Path parameters

- `publicToken` string, required

## Response `200`

Success

- CardHolder — Cardholder details.
  - `title` string, nullable — Title of the cardholder.
  - `firstName` string, required — First name of the cardholder.
  - `middleName` string, nullable — Middle name of cardholder
  - `lastName` string, required — Last name of the cardholder.
  - `dateOfBirth` string, required — Date of Birth of the cardholder. Format YYYY-MM-DD.
  - `mobile` string, nullable — Mobile number of cardholder.
  - `email` string, nullable — Email address of the cardholder.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Server Error

---

[API](https://skmtc.net/thredd/apis/core-cards.md) · [All operations](https://skmtc.net/thredd/apis/core-cards/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/thredd/core-cards/versions/841f62def5bf/schema)
