For the complete documentation index, see llms.txt. This page is also available as Markdown.

South Africa

ID

post

Government database lookup API

Header parameters
AuthorizationstringRequired

Bearer token

Body
identityNumberstring · min: 1Required
Responses
200

OK

application/json
faceImagestringOptional

Base64 encoded face image of the user

identityNumberstringOptional
firstNamestringOptional
lastNamestringOptional
maidenNamestringOptional
smartCardIssuedstringOptional
issueDatestringOptional
issueDateFormattedstringOptional

ISO-8601 format yyyy-MM-dd

idCardDatestringOptional
idCardDateFormattedstringOptional

ISO-8601 format yyyy-MM-dd

idBookDatestringOptional
idBookDateFormattedstringOptional

ISO-8601 format yyyy-MM-dd

idSequenceNumberstringOptional
deadIndicatorstringOptional
dateOfDeathstringOptional
dateOfDeathFormattedstringOptional

ISO-8601 format yyyy-MM-dd

identityNumberBlockedstringOptional
maritalStatusstringOptional
dateOfMarriagestringOptional
dateOfMarriageFormattedstringOptional

ISO-8601 format yyyy-MM-dd

onHANISstringOptional
onNPRstringOptional
countryOfBirthstringOptional
placeOfBirthstringOptional
post/api/v2/id/lookup/zaf/id
POST /api/v2/id/lookup/zaf/id HTTP/1.1
Host: id.uqudo.io
Authorization: text
Content-Type: application/json
Accept: */*
Content-Length: 25

{
  "identityNumber": "text"
}
{
  "faceImage": "text",
  "identityNumber": "text",
  "firstName": "text",
  "lastName": "text",
  "maidenName": "text",
  "smartCardIssued": "text",
  "issueDate": "text",
  "issueDateFormatted": "text",
  "idCardDate": "text",
  "idCardDateFormatted": "text",
  "idBookDate": "text",
  "idBookDateFormatted": "text",
  "idSequenceNumber": "text",
  "deadIndicator": "text",
  "dateOfDeath": "text",
  "dateOfDeathFormatted": "text",
  "identityNumberBlocked": "text",
  "maritalStatus": "text",
  "dateOfMarriage": "text",
  "dateOfMarriageFormatted": "text",
  "onHANIS": "text",
  "onNPR": "text",
  "countryOfBirth": "text",
  "placeOfBirth": "text"
}

Last updated

Was this helpful?