Nigeria
Voter ID
Government database lookup API
Bearer token
yyyy-MM-dd
[0-9]{4}-[0-9]{2}-[0-9]{2}
OK
Bad Request: Missing required input or invalid format
Unauthorized: No valid access token has been provided
Forbidden: Access token doesn't have permission to use the requested feature
Too Many Requests
Internal Server Error: Unexpected error
Service unavailable: Government database not available
POST /api/v2/id/lookup/nga/voter/id HTTP/1.1
Host: id.uqudo.io
Authorization: text
Content-Type: application/json
Accept: */*
Content-Length: 83
{
"identityNumber": "text",
"dateOfBirth": "text",
"lastName": "text",
"firstName": "text"
}
{
"firstName": "text",
"lastName": "text",
"identityNumber": "text",
"gender": "text",
"fullName": "text",
"occupation": "text",
"pollingUnitCode": "text"
}
National Identification Number (NIN)
Government database lookup API
Bearer token
OK
Bad Request: Missing required input or invalid format
Unauthorized: No valid access token has been provided
Forbidden: Access token doesn't have permission to use the requested feature
Too Many Requests
Internal Server Error: Unexpected error
Service unavailable: Government database not available
POST /api/v2/id/lookup/nga/nin HTTP/1.1
Host: id.uqudo.io
Authorization: text
Content-Type: application/json
Accept: */*
Content-Length: 51
{
"nin": "text",
"firstName": "text",
"lastName": "text"
}
{
"faceImage": "text",
"identityNumber": "text",
"firstName": "text",
"lastName": "text",
"dateOfBirth": "text",
"dateOfBirthFormatted": "text",
"gender": "text",
"phone": "text",
"address": "text",
"state": "text",
"localGovernmentArea": "text"
}
Driving License
Government database lookup API
Bearer token
yyyy-MM-dd
[0-9]{4}-[0-9]{2}-[0-9]{2}
OK
Bad Request: Missing required input or invalid format
Unauthorized: No valid access token has been provided
Forbidden: Access token doesn't have permission to use the requested feature
Too Many Requests
Internal Server Error: Unexpected error
Service unavailable: Government database not available
POST /api/v2/id/lookup/nga/dl HTTP/1.1
Host: id.uqudo.io
Authorization: text
Content-Type: application/json
Accept: */*
Content-Length: 45
{
"licenseNumber": "text",
"dateOfBirth": "text"
}
{
"faceImage": "text",
"licenseNumber": "text",
"firstName": "text",
"lastName": "text",
"dateOfBirth": "text",
"dateOfBirthFormatted": "text",
"dateOfExpiry": "text",
"dateOfExpiryFormatted": "text",
"gender": "text"
}
BVN (Bank Verification Number)
Government database lookup API
Bearer token
OK
Bad Request: Missing required input or invalid format
Unauthorized: No valid access token has been provided
Forbidden: Access token doesn't have permission to use the requested feature
Too Many Requests
Internal Server Error: Unexpected error
Service unavailable: Government database not available
POST /api/v2/id/lookup/nga/bvn HTTP/1.1
Host: id.uqudo.io
Authorization: text
Content-Type: application/json
Accept: */*
Content-Length: 51
{
"bvn": "text",
"firstName": "text",
"lastName": "text"
}
{
"faceImage": "text",
"bankVerificationNumber": "text",
"firstName": "text",
"lastName": "text",
"middleName": "text",
"phone": "text",
"dateOfBirth": "text",
"dateOfBirthFormatted": "text",
"gender": "text"
}
Last updated
Was this helpful?