---
title: "Get MFA Questions"
method: GET
path: "/v3/{customerId}/BankingServices/GetMFAQuestions/{loginId}"
tags: ["Connect"]
---

# Get MFA Questions

`GET /v3/{customerId}/BankingServices/GetMFAQuestions/{loginId}`

Retrieve the multi-factor authentication (MFA) questions associated with a user's account.

## Path parameters

- `customerId` string, required
- `loginId` string, required

## Response `200`

Success

- object
  - `Message` string — Status message indicating the result of the request.
  - `Questions` object[] — Array of MFA question objects.
    - `Question` string — The security question text.

## Other responses

- `400` — Invalid Request

---

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