License Plate (Premium)

Verify any vehicle in Nigeria using the license plate number to confirm the vehicle details and ownership Information.

{{baseUrl}}/v1/ng/identities/license-plate-premium/{plateNumber}

Path Parameter

ParameterTypeDescription
idNumber
(REQUIRED)
stringLicense Plate Number

Request Body

POST ParameterTypeDescription
firstname
(REQUIRED)
stringFirst Name
lastname
(REQUIRED)
stringLast Name
phone
(OPTIONAL)
stringPhone Number

This endpoint will return a snapshot of the bio-data information captured. To conduct an actual [test]

Response Sample

{
    "id": 1695,
    "applicant": {
        "firstname": "Bunch",
        "lastname": "dillon",
        "phone": "08000000000"
    },
    "summary": {
        "license_plate_check": {
            "status": "EXACT_MATCH",
            "fieldMatches": {
                "firstname": true,
                "lastname": true,
                "phoneNumber": true
            }
        }
    },
    "status": {
        "state": "complete",
        "status": "verified"
    },
    "license_plate": {
        "plateNumber": "MLZ823ZZ",
        "chassisNumber": "JTJBARBZ8G20355542",
        "vehicleMake": "Lexus ",
        "vehicleModel": "NX 200T",
        "vehicleCategory": "Private",
        "firstname": "Bunch",
        "middlename": "John",
        "lastname": "Dillon",
        "address": "5, Kolade Jumbo Street, Lagos",
        "phone": "08000000000"
    }
}