Real-Time ID Verification
post
Real time live deceased status and name change ID number verification from Home Affairs
Authorizations
Body
id_numberstringOptional
South African ID number
consentbooleanOptional
By using this API, you acknowledge that you have read, understood, and agree to be bound by these Terms of Service. If you have any questions or concerns, please contact us
Responses
200Success
application/json
post
POST /api/realtimeidverification HTTP/1.1
Host: api.akibaone.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 35
{
"id_number": "text",
"consent": true
}
200Success
{
"idNumber": "text",
"inputIdno": "text",
"haIdno": "text",
"haIdBookIssuedDate": "text",
"idCardInd": "text",
"idCardDate": "text",
"identityDocumentType": "text",
"idBlocked": "text",
"firstNames": "text",
"surName": "text",
"dob": "text",
"age": "text",
"gender": "text",
"citizenship": "text",
"countryofBirth": "text",
"deceasedStatus": "text",
"deceasedDate": "text",
"deathPlace": "text",
"causeOfDeath": "text",
"maritalStatus": "text",
"marriageDate": "text"
}