National ID
Verify your Sierra leone's national id here.
Test Data:id_number: 0011223344
Request header
Key | Description |
---|---|
x-api-key | your api-key |
app-id | your app-id |
Request body
Key | Description |
---|---|
id_number | national id |
Sample Response
{
"status": true,
"detail": "Verification Successfull",
"response_code": "00",
"data": {
"first_name": "John",
"last_name": "Doe",
"other_name": "",
"name": "John Doe",
"gender": "Female",
"dob": "1989-04-14",
"citizenship": "Sierra Leone",
"id_number": "000000000",
"serial_no": "123456789",
"valid": true
}
}
"verification": {
"status": "VERIFIED",
"reference": "24bfa4-5a35-40fe-9cca-d8b0ac935"
},
"widget_info": {},
"session": {},
"endpoint_name": "National id"
}
Updated 3 days ago