Retrieve First Question
Use this endpoint to retrieve the first question to verify customer identity using the Q&A method.
Retrieve First Question
POST
/onboard/verify
After initiating an onboarding request, you can begin verifying the customer’s identity through a series of Q&A sessions retrieved from the NIDA database. Use this endpoint to retrieve the first question and start the Q&A process.
Headers
Name
Type
Description
authorization*
string
Authorization Bearer token
x-request-id*
string
A unique id identifying this request
Request Body
Name
Type
Description
onboardId*
string
Onboard ID returned after initiating an onboarding session
Last updated