Vehicle Verification
Verify any Vehicle both its interior and exterior attributes.
The last-mile service relies on a scheduled visit to the property to assess its basic features, aesthetics, utilities and amenities.
{{baseUrl}}/v1/vehicles
Request Body
Parameters | Type | Description |
---|---|---|
requestSource | string | Request Source |
customerReference (REQUIRED) | string | Customer Reference |
lgaName (REQUIRED) | string | Lga name of Property address |
stateName (REQUIRED) | string | State Name |
street | string | Street |
landmark | string | Landmark |
engineNo (REQUIRED) | string | Engine Number |
chasisNo (REQUIRED) | string | Chasis Number |
mileage (REQUIRED) | string | Mileage |
windscreenCracks (REQUIRED) | string | Windscreen Cracks |
sideMirrorCracks (REQUIRED) | string | SideMirror Cracks |
overallCondition (REQUIRED) | string | Overall Condition |
vehicleMake (REQUIRED) | string | Vehicle Make |
vehicleModel (REQUIRED) | string | Vehicle Model |
vehicleYear (REQUIRED) | string | Vehicle Year |
vehicleColor (REQUIRED) | string | Vehicle Color |
registrationNumber (REQUIRED) | string | Registration Number |
driverFrontSidePhoto (REQUIRED) | base64 | DriverFrontSide Photo |
passengerRearSidePhoto (REQUIRED) | base64 | PassengerRearSide Photo |
frontInnerPhoto (REQUIRED) | base64 | FrontInner Photo |
speedometerPhoto (REQUIRED) | base64 | Speedometer Photo |
engineCompartmentPhoto (REQUIRED) | base64 | EngineCompartment Photo |
informationPanelPhoto (REQUIRED) | base64 | InformationPanel Photo |
Response Sample
{
"id": 95,
"customerReference": "eplompont",
"applicant": {
"createdAt": "2022-11-04T10:44:55.000Z",
"updatedAt": "2022-11-04T10:44:55.000Z",
"id": 29,
"firstname": "Bunch",
"lastname": "Dillon",
"phone": "+2349010000000",
"email": "[email protected]"
},
"status": {
"status": "IN_PROGRESS",
"subStatus": "IN PROGRESS",
"state": "IN_PROGRESS"
},
"vehicle": {
"id": 95,
"vehicleBasic": {
"vehicleMake": "Ford",
"vehicleModel": "Tarsus",
"vehicleYear": 2025,
"vehicleColor": "Red",
"registrationNumber": "LNY234YQ"
},
"consentReference": "verified",
"stateName": "Lagos",
"lgaName": "Mushin",
"location": "string",
"customerReference": "eplompont"
},
}
{
"method": "POST",
"body": {
"event": "vehicle",
"event_type": "verification_completed",
"data": {
"id": 23961,
"summary": null,
"customerReference": "lbibomnt",
"vehicle": {
"id": 23961,
"vehicleBasic": "string",
"consentReference": "string",
"stateName": "Lagos",
"lgaName": "Mushin",
"location": "string",
"customerReference": "eplompont",
"applicant": {
"firstname": "osikunf",
"middlename": null,
"lastname": "James",
"gender": null,
"maritalStatus": null,
"phone": "+2349012345672",
"email": "[email protected]",
"dob": null,
"photo": null,
"faceId": null
}
}
}
}
}
Updated 13 days ago