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
propertyName
(REQUIRED)
stringProperty Name
propertyType
(REQUIRED)
stringProperty Type
address
(REQUIRED)
stringAddress of the Property
contactPerson.fistname
(REQUIRED)
stringContact First Name
contactPerson.lastName
(REQUIRED)
stringContact Last Name
contactPerson.phone
(REQUIRED)
stringContact Phone Number
contactPerson.email
(OPTIONAL)
stringContact Ema

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": "string",
      "consentReference": "string",
      "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
        }
      }
    }
  }
}