Version 1
POST
http://okaydbdemo.innov8tif.com/ekyc/okaydb/api/vn/v1
Request Body
Name
Type
Description
dob
string
Date of birth
driverNum
string
Driver number as shown on driver license.
apiKey
string
To be assigned by Innov8tif
{
"status": "success",
"name": " xxxxxxxx ",
"serialNo": " xxxxxxxx",
"vehicleClass": " A2|B2 ",
"startingDate": " 2014-10-25 ",
"expiryDate": " 2024-10-25 ",
"admissionDate": " 20141013|20120315"
}
Input Example
{
"apiKey": "apikey",
"driverNum": "xxxxxxxxxxx",
"dob": "19860522"
}
Last updated
Was this helpful?