Skip to main content

Authenticate KBA provided MFA method

POST 

/mfa/kba/authenticate

This API Authenticate user in KBA MFA method.

Request

Body

array

required

  • Array [

  • id stringrequired

    Question Id

    answer stringrequired

    An answer for the KBA question

  • ]

Responses

KBA authenticated status.

Schema

    kbaAuthResponseItems

    object[]

  • Array [

  • questionId stringnullable

    The KBA question id

    isVerified booleannullable

    Return true if verified

  • ]

  • status string

    Possible values: [PENDING, SUCCESS, FAILED, LOCKOUT, NOT_ENOUGH_DATA]

    MFA Authentication status

Loading...