Versions
Version 3
POST https://okaydbdemo.innov8tif.com/ekyc/okaydb/api/my/v3
Request Body
vehicleRegNum
string
Required if docType is myVehicleLicense
dataEnabled
string
Default is False. Set True to return personal details
docType*
string
- "mykad" for citizen details - "myLicense" for driving license details - "myVehicleLicense" for vehicle details
name*
string
Name as shown on ID card. Used for name matching. If name is not given, name matching will not be done and return empty result in response.
icNumber*
string
ID card number as shown on ID card. Used for ic number matching.
apiKey*
string
To be assigned by Innov8tif
{
"status": "success",
"icNumberMatch": true,
"nameMatch": true,
"data": {
"name": "TAN JUAN",
"icNumber": "960119081234",
"dob": "19 Jan 1996",
"gender": "LELAKI"
}
}{
"status": "success",
"expired": false,
"data": {
"name": "TAN JUAN",
"icNumber": "9601190801234",
"licenseType": "CDL - B2,D",
"expiryDate": "19/01/2023",
"commenceDate": "21/03/2018"
}
}{
"status": "success",
"icNumberMatch": true,
"expired": false,
"insuranceExpired": false,
"data": {
"name": "FONG KUAN",
"icNumber": "691104012345",
"expiryDate": "20/03/2022",
"commenceDate": "21/03/2021",
"insuranceExpiryDate": "20/03/2022",
"vehicleRegNum": "ALG1234"
}
}{
// Response
}{
// Response
}Postman Collection
Version 2
POST https://okaydbdemo.innov8tif.com/ekyc/okaydb/api/my/v2
Request Body
dataEnabled
string
Default is False. Set True to return personal details
docType*
string
- "mykad" for citizen details - "myLicense" for driving license details
name*
string
Name as shown on ID card. Used for name matching. If name is not given, name matching will not be done and return empty result in response.
icNumber*
string
ID card number as shown on ID card. Used for ic number matching.
apiKey*
string
To be assigned by Innov8tif
{
"status": "success",
"icNumberMatch": true,
"nameMatch": true,
"data": {
"name": "TAN JUAN",
"icNumber": "960119081234",
"dob": "19 Jan 1996",
"gender": "LELAKI"
}
}{
"status": "success",
"expired": false,
"data": {
"name": "TAN JUAN",
"icNumber": "9601190801234",
"licenseType": "CDL - B2,D",
"expiryDate": "19/01/2023",
"commenceDate": "21/03/2018"
}
}{
// Response
}{
// Response
}Postman Collection
Version 1
POST http://okaydbdemo.innov8tif.com/ekyc/okaydb/api/my/v1
Request Body
name*
string
Name as shown on ID card. Used for name matching. If name is not given, name matching will not be done and return empty result in response.
icNumber*
string
ID card number as shown on ID card. Used for ic number matching.
apiKey*
string
To be assigned by Innov8tif
{
"status": "success",
"icNumberMatch": true,
"nameMatch": true
}{
// Response
}{
// Response
}Postman Collection
N/A
Last updated
Was this helpful?
