Skip to main content
GET
/
v3
/
{customerId}
/
BankingServices
/
GetMFAQuestions
/
{loginId}
Get MFA Questions
curl --request GET \
  --url https://{instance}-api.private.fin.ag/v3/{customerId}/BankingServices/GetMFAQuestions/{loginId}
{
  "Message": "SUCCESS",
  "Questions": [
    {
      "Question": "What shape do people like most?"
    },
    {
      "Question": "What is the best country on earth?"
    }
  ]
}
The /GetMFAQuestions endpoint retrieves the multi-factor authentication (MFA) questions associated with a user’s account. Availability: This endpoint is supported only in Canada and only for institutions using simple security questions as their MFA method. Limitations: It does not support advanced MFA methods such as two-step verification, push notifications, or other specialized authentication mechanisms.

Path Parameters

customerId
string
default:43387ca6-0391-4c82-857d-70d95f087ecb
required

Unique GUID provided by Flinks.

loginId
string
required

Unique identifier that represents a specific user.

Response

Success

Message
string

Status message indicating the result of the request.

Questions
object[]

Array of MFA question objects.