ID Verification

post

Verifies a given South African ID number and its corresponding Consumer details (Offline Database)

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/idverification 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
{
  "Firstnames": "text",
  "Lastname": "text",
  "Dob": "text",
  "Age": 1,
  "Gender": "text",
  "Citizenship": "text",
  "DateIssued": "text"
}