IDScan.net
Search Results for

    Show / Hide Table of Contents

    Knowledge Based Authentication Questions and Answers

    The KBA questions are all contained inside of the questions array and this array can contain up to 11 questions depending on how much data can be located for the information provided in the request.

    "questions": [
                    {
                        "text": "Which one of the following addresses is associated with you?",
                        "questionType": 1,
                        "answers": [
                            {
                                "text": "35690 CORTEEN PL",
                                "isCorrect": true
                            },
                            {
                                "text": "93602 MEADOWCREST RD",
                                "isCorrect": false
                            },
                            {
                                "text": "14940 BLYTHE ST",
                                "isCorrect": false
                            },
                            {
                                "text": "21270 CEDROS AV",
                                "isCorrect": false
                            },
                            {
                                "text": "None of the above",
                                "isCorrect": false
                            }
                        ]
                    },
                    
                ]
    
    Back to top IDScan.net IDScan.net GitHub