The API documentation for this process can be found here.
Receiving the KBA/OOW questions
A workflow that includes questions will return the questions as an intermediate step. That is to say, after you send your initial request to the /evaluations endpoint, the response will include the prompts for the OOW questions. That response will look like this:
The questions
array in the response body will include the questions and answers.
Sending the answers
In order to respond to the questions, you must send a PATCH request to the /evaluations/<evaluation token>
endpoint. The evaluation token is found in the initial response above ("evaluation_token":
"S-eJ38yUNDqcMxKwwdxbya"
).
The format of the PATCH request will look like this:
Once the OOW/KBA answers are submitted, you'll receive a final response for your evaluation barring another round of questions - some services can be configured to send multiple rounds. If this is the case, then the subsequent rounds are handled in the exact same way.
Comments
0 comments
Article is closed for comments.