---
title: "List 3DS Credentials."
method: GET
path: "/api/v1/cards/{publicToken}/3ds-credentials"
tags: ["3DS Credentials"]
---

# List 3DS Credentials.

`GET /api/v1/cards/{publicToken}/3ds-credentials`

## Path parameters

- `publicToken` string, required

## Response `200`

Success

- Get3DSCredentialsResponse[]
  - `type` string, nullable — Type of credential: Email, SMS, Biometric etc
  - `value` string, nullable — The credential value, determined by its type, ie email address for email, mobile number for SMS etc.
  - `id` integer — ID of the credential.
  - `credentialType` integer — Credential type ID
  - `kbaQuestion` string, nullable — conditional field present for KBA credentials only.

## Other responses

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

---

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