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

ParametersTypeDescription
requestSourcestringRequest Source
customerReference (REQUIRED)stringCustomer Reference
lgaName (REQUIRED)stringLga name of Property address
stateName (REQUIRED)stringState Name
streetstringStreet
landmarkstringLandmark
engineNo (REQUIRED)stringEngine Number
chasisNo (REQUIRED)stringChasis Number
mileage (REQUIRED)stringMileage
windscreenCracks (REQUIRED)stringWindscreen Cracks
sideMirrorCracks (REQUIRED)stringSideMirror Cracks
overallCondition (REQUIRED)stringOverall Condition
vehicleMake (REQUIRED)stringVehicle Make
vehicleModel (REQUIRED)stringVehicle Model
vehicleYear (REQUIRED)stringVehicle Year
vehicleColor (REQUIRED)stringVehicle Color
registrationNumber (REQUIRED)stringRegistration Number
driverFrontSidePhoto (REQUIRED)base64DriverFrontSide Photo
passengerRearSidePhoto (REQUIRED)base64PassengerRearSide Photo
frontInnerPhoto (REQUIRED)base64FrontInner Photo
speedometerPhoto (REQUIRED)base64Speedometer Photo
engineCompartmentPhoto (REQUIRED)base64EngineCompartment Photo
informationPanelPhoto (REQUIRED)base64InformationPanel 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
        }
      }
    }
  }
}