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

keyvaluedescription
x-api-keyapi-keyyour app-key
app-idapp-idyour app-id

Request Body

keyvaluedescription
number11111111PSV 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"
}