Property Verification

Verify any Property's address and and 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/properties

Request Body

ParametersTypeDescription
customerReference
(REQUIRED)
stringCustomer Reference
propertyName
(REQUIRED)
stringProperty Name
propertyType
(REQUIRED)
stringProperty Type
lgaName
(REQUIRED)
stringLga name of Property address
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 Email

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"
    },
    "property": {
        "id": 95,
        "verificationTypeCode": "property",
        "requestValue": "Residence(Hotel)\n13, yaba street mushin lagos, Mushin",
        "isAsset": true,
        "organisationId": 86923,
        "requestedAt": "2022-11-04T10:44:55.000Z",
        "consentReference": "lPt2jHv28SGV8-dVtmmln",
        "requestSource": "api",
        "archived": false,
        "canContactPoc": false,
        "stateId": 25,
        "stateName": "Lagos",
        "lgaId": 515,
        "lgaName": "Mushin",
        "isVague": false,
        "customerReference": "eplompont",
        "paymentMethodCode": "standard",
        "propertyBasic": {
            "propertyName": "Residence",
            "propertyType": "Hotel"
        },
        "propertyLocation": {
            "street": "13, yaba street mushin lagos"
        },
        "price": 0,
        "updatedAt": "2022-11-04T10:44:55.000Z",
        "status": {
            "status": "IN_PROGRESS",
            "subStatus": "IN PROGRESS",
            "state": "IN_PROGRESS"
        }
    }
}