---
title: "List card enrollment details"
method: GET
path: "/api/v1/cards/{publicToken}/3ds-configuration"
tags: ["3DS Credentials"]
---

# List card enrollment details

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

## Path parameters

- `publicToken` string, required

## Response `200`

Success

- CardEnrollmentResponse — Cards and Enrollment details
  - `provider` integer, nullable — Gets or sets the 3ds provider
  - `providerName` string, nullable — Gets or sets the 3ds provider name
  - `version` string, nullable — Gets or sets the 3ds provider version
  - `programManager` ProgramManager — Gets or sets ProgramManager details
    - `programManagerCode` string, nullable — Gets or sets ProgramManager Code
    - `shortName` string, nullable — Gets or sets ProgramManagerShortName.
  - `mobile` string, nullable — Gets or sets the MobilePhoneNo
  - `email` string, nullable — Gets or sets the Email
  - `isActive` boolean — Gets or sets the IsLive
  - `status` string, nullable — Gets or sets the Status
  - `has3dSecureCredentialEntry` boolean — Gets or sets the Has3dSecureCredentialEntry
  - `apataConfig` ApataConfig — Gets or sets the Configuration details of apata
    - `cardProgramId` string, nullable — Gets or sets the ProgramId
    - `challengeProfileId` string, nullable — Gets or sets the ChallengeProfileId
    - `financialInstitutionId` string, nullable — Gets or sets the FinancialInstitutionId
    - `numberOfQuestionsToAnswer` integer, nullable — Gets or sets the NumberOfQuestionsToAnswer
    - `numberIncorrectPermissible` integer, nullable — Gets or sets the NumberOfQuestionsToAnswer
    - `language` string, nullable — Gets or sets the Language
  - `kba` KbaQuestionAnswer[], nullable — Gets or sets the KbaQuestionsandAnswers
    - `question` string, nullable — Question
    - `answer` string, nullable — Answer
  - `otpSms` OtpSms — Gets or sets OtpSms details.
    - `otpSmsTemplateFullFormat` string, nullable — Gets or sets OtpSmsTemplateFullFormat.
    - `otpSmsTemplateDefaultFormat` string, nullable — Gets or sets OtpSmsTemplateDefaultFormat.
  - `biometric` BiometricDetails — Gets or sets the Biometric details
    - `autoEnrol3DSBiometrics` integer, nullable — Gets or sets the AutoEnrol3dsBiometrics
    - `autoEnrol3DSOOB` integer, nullable — Gets or sets the AutoEnrol3DSOOB
    - `biometricUrl` string, nullable — Gets or sets the BiometricUrl
    - `hasBiometricCredentials` boolean — Gets or sets the HasBiometricCredentials
    - `hasOOBCredentials` boolean — Gets or sets the HasOOBCredentials
  - `oobAppURL` string, nullable — authentication app url

## 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)
