Dynamic KBA
endpoint: POST /api/v1/kba/dynamic
Headers
--header 'Content-Type: application/json'
--header 'Authorization: YOURAPIKEY'
Request Body
{
"ssn": "1234",
"firstName": "Christopher",
"middleName": null,
"lastName": "Smith",
"generation": null,
"street": "123 Main st",
"city": "Example Town",
"state": "DC",
"zipCode": "20001",
"dateOfBirth": "2000-01-01",
"phoneNumber": "3213214321",
"ipAddress": "xxx.xxx.xxx.xxx",
"emailAddress": "chris@example.com"
}
Response
"kbaQuestions": {
"questions": [
{
"text": "Which one of the following addresses is associated with you?",
"questionType": 1,
"answers": [
{
"text": "48 FRAUHLIN",
"isCorrect": false
},
{
"text": "48 CARPENTER AV",
"isCorrect": false
},
{
"text": "25 LOMBARD9",
"isCorrect": false
},
{
"text": "58 NORTH AV",
"isCorrect": false
},
{
"text": "44 LAKE",
"isCorrect": false
},
{
"text": "69 SCOVILLE",
"isCorrect": false
},
{
"text": "47 SOUTH BL",
"isCorrect": false
},
{
"text": "21 THATCHER",
"isCorrect": false
},
{
"text": "51 KINGSTON AV",
"isCorrect": false
},
{
"text": "None of the above",
"isCorrect": true
}
]
},
{
"text": "Which one of the following area codes is associated with you?",
"questionType": 2,
"answers": [
{
"text": "507/924",
"isCorrect": false
},
{
"text": "414",
"isCorrect": false
},
{
"text": "218",
"isCorrect": false
},
{
"text": "202/771",
"isCorrect": false
},
{
"text": "952",
"isCorrect": false
},
{
"text": "515",
"isCorrect": false
},
{
"text": "712",
"isCorrect": false
},
{
"text": "701",
"isCorrect": false
},
{
"text": "651",
"isCorrect": false
},
{
"text": "None of the above",
"isCorrect": true
}
]
},
{
"text": "Which one of the following counties is associated with you?",
"questionType": 3,
"answers": [
{
"text": "Randall",
"isCorrect": false
},
{
"text": "Aransas",
"isCorrect": false
},
{
"text": "Sterling",
"isCorrect": false
},
{
"text": "East Carroll",
"isCorrect": false
},
{
"text": "Martin",
"isCorrect": false
},
{
"text": "La Salle",
"isCorrect": false
},
{
"text": "McCulloch",
"isCorrect": false
},
{
"text": "Wharton",
"isCorrect": false
},
{
"text": "Kent",
"isCorrect": false
},
{
"text": "None of the above",
"isCorrect": true
}
]
},
{
"text": "Which one of the following zip codes is associated with you?",
"questionType": 4,
"answers": [
{
"text": "15324",
"isCorrect": false
},
{
"text": "15271",
"isCorrect": false
},
{
"text": "15399",
"isCorrect": false
},
{
"text": "15807",
"isCorrect": false
},
{
"text": "15278",
"isCorrect": false
},
{
"text": "15309",
"isCorrect": false
},
{
"text": "15275",
"isCorrect": false
},
{
"text": "15544",
"isCorrect": false
},
{
"text": "15656",
"isCorrect": false
},
{
"text": "None of the above",
"isCorrect": true
}
]
},
{
"text": "Which one of the following adult individuals is most closely associated with you?",
"questionType": 6,
"answers": [
{
"text": "Olademis",
"isCorrect": false
},
{
"text": "Ana",
"isCorrect": false
},
{
"text": "Adam",
"isCorrect": false
},
{
"text": "Yvonne",
"isCorrect": false
},
{
"text": "Michaela",
"isCorrect": false
},
{
"text": "Sierra",
"isCorrect": false
},
{
"text": "Aaron",
"isCorrect": false
},
{
"text": "Juanita",
"isCorrect": false
},
{
"text": "Flaco",
"isCorrect": false
},
{
"text": "None of the above",
"isCorrect": true
}
]
},
{
"text": "What is your zodiac sign?",
"questionType": 7,
"answers": [
{
"text": "Libra",
"isCorrect": true
},
{
"text": "Capricorn",
"isCorrect": false
},
{
"text": "Aries",
"isCorrect": false
},
{
"text": "Scorpio",
"isCorrect": false
},
{
"text": "Gemini",
"isCorrect": false
},
{
"text": "Sagittarius",
"isCorrect": false
},
{
"text": "Cancer",
"isCorrect": false
},
{
"text": "Taurus",
"isCorrect": false
},
{
"text": "Virgo",
"isCorrect": false
},
{
"text": "None of the above",
"isCorrect": false
}
]
},
{
"text": "What is the sum of the month and day of your date of birth?",
"questionType": 11,
"answers": [
{
"text": "20",
"isCorrect": true
},
{
"text": "41",
"isCorrect": false
},
{
"text": "34",
"isCorrect": false
},
{
"text": "22",
"isCorrect": false
},
{
"text": "27",
"isCorrect": false
},
{
"text": "30",
"isCorrect": false
},
{
"text": "18",
"isCorrect": false
},
{
"text": "39",
"isCorrect": false
},
{
"text": "11",
"isCorrect": false
},
{
"text": "None of the above",
"isCorrect": false
}
]
},
{
"text": "What are the first 3 digits of your SSN?",
"questionType": 8,
"answers": [
{
"text": "392",
"isCorrect": false
},
{
"text": "344",
"isCorrect": false
},
{
"text": "459",
"isCorrect": false
},
{
"text": "350",
"isCorrect": false
},
{
"text": "378",
"isCorrect": false
},
{
"text": "347",
"isCorrect": false
},
{
"text": "238",
"isCorrect": false
},
{
"text": "589",
"isCorrect": false
},
{
"text": "690",
"isCorrect": false
},
{
"text": "None of the above",
"isCorrect": true
}
]
}