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

{
  "id": "2024080211055020554100688170",
  "code": "120",
  "result": {
    "questionCode": "103",
    "nin": "XXXXXXXXXXXXX",
    "questionEnglish": "Mention your mobile number",
    "questionSwahili": "Taja namba ya simu uliyoweka kipindi unasajiliwa"
  }
}

Last updated