Kenya
ID
post
Government database lookup API
Header parameters
AuthorizationstringRequired
Bearer token
Body
identityNumberstring · min: 1Required
Responses
200
OK
application/json
400
Bad Request: Missing required input or invalid format
application/json
401
Unauthorized: No valid access token has been provided
403
Forbidden: Access token doesn't have permission to use the requested feature
429
Too Many Requests
500
Internal Server Error: Unexpected error
503
Service unavailable: Government database not available
post
POST /api/v2/id/lookup/ken/id HTTP/1.1
Host: id.uqudo.io
Authorization: text
Content-Type: application/json
Accept: */*
Content-Length: 25
{
"identityNumber": "text"
}
{
"placeOfBirth": "text",
"firstName": "text",
"serialNumber": "text",
"citizenship": "text",
"issueDate": "text",
"issueDateFormatted": "text",
"middleName": "text",
"lastName": "text",
"address": "text",
"gender": "text"
}
Last updated
Was this helpful?