Changelog
Lookup NIN
This endpoint allows you to Lookup BVN and get detailed information on the BVN Identity
GET
/
api
/
v1
/
kyc
/
nin
Copy
curl --request GET \
--url https://api.dojah.io/api/v1/kyc/nin \
--header 'AppId: <appid>' \
--header 'Authorization: <api-key>'
Copy
{
"entity": {
"first_name": "John",
"last_name": "Doe",
"gender": "Male",
"middle_name": "",
"photo": "/9j/4AAQSkZJRgABAgAAAQABAAD/2wBDAAgGBgc...",
"date_of_birth": "1982-01-01",
"email": "abc@gmail.com",
"phone_number": "08012345678",
"employment_status": "unemployment",
"marital_status": "Single"
}
}
Application ID from dashboard
Query parameter
National Identification Number
RESPONSES
json
Copy
{
"entity": {
"first_name": "John",
"last_name": "Doe",
"gender": "Male",
"middle_name": "",
"photo": "/9j/4AAQSkZJRgABAgAAAQABAAD/2wBDAAgGBgc...",
"date_of_birth": "1982-01-01",
"email": "abc@gmail.com",
"phone_number": "08012345678",
"employment_status": "unemployment",
"marital_status": "Single"
}
}
Was this page helpful?
Copy
curl --request GET \
--url https://api.dojah.io/api/v1/kyc/nin \
--header 'AppId: <appid>' \
--header 'Authorization: <api-key>'
Copy
{
"entity": {
"first_name": "John",
"last_name": "Doe",
"gender": "Male",
"middle_name": "",
"photo": "/9j/4AAQSkZJRgABAgAAAQABAAD/2wBDAAgGBgc...",
"date_of_birth": "1982-01-01",
"email": "abc@gmail.com",
"phone_number": "08012345678",
"employment_status": "unemployment",
"marital_status": "Single"
}
}
Assistant
Responses are generated using AI and may contain mistakes.