PSV License
The PSV badge is issued to commercial vehicle drivers, features the name of the authorizing body and an identification number. It serves as official documentation, granting the holder the right to operate various types of motor vehicles on the road
Verify your public service vehicle license number by simply entering the ID number.
Test data:
Post: https://api.prembly.com/identitypass/verification/ke/psv_license
Request Header
key | value | description |
---|---|---|
x-api-key | api-key | your app-key |
app-id | app-id | your app-id |
Request Body
key | value | description |
---|---|---|
number | 11111111 | PSV license number |
Response Body
{
"status": true,
"detail": "Verification Successful",
"response_code": "00",
"data": {
"companyName": "NA",
"psvLicense": "Individual (Taxis) PSV Driver",
"status": "valid"
},
"verification": {
"status": "VERIFIED",
"reference": "5d2-06d1-4105-9d68-316d08a"
},
"widget_info": {},
"session": {},
"endpoint_name": "Drivers License"
}
Updated 6 months ago