National ID

Verify your Sierra leone's national id here.

📘

Test Data:

id_number: 0011223344

📘

Request header

KeyDescription
x-api-keyyour api-key
app-idyour app-id

Request body

KeyDescription
id_numbernational 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"
}