[GET]
{{baseUrl}}/api/v1/gh/kyc/dl
HeaderTypeDescription
AppIdstringyou would need to create an app to get your app ID
Authorizationstringpublic secret key e.g prod_sk_1T1eSavlZxy02OT3OWlvbxK4G

Query parameter

KeyTypeDescription
id *stringThe Voter Number, Application ID, or National ID Number (NIN)required
full_name *stringThe full name of the document holderrequired
date_of_birth*stringThe date of birth of the document holder in the format yyyy-MM-DDrequired

Sample response

Response
{
    "entity": {
        "certificate_date": "2010-07-19",
        "date_of_birth": "1988-09-01",
        "expiry_date": "2016-08-25",
        "full_name": "John Doe",
        "id": "V1234567",
        "is_date_of_birth_match": true,
        "is_full_name_match": true,
        "issue_date": "2010-08-25",
        "picture": "/9j/4AAQSkZJRgABAQAAAQABA",
        "pin": "DOE-310203-03-01",
        "processing_center": "VR3"
    }
}