Check Data Collected

View Borrower Uploaded Data Details

GET https://ezloan.genify.ai/borrowers/upload_collected_data/

Path Parameters

Name
Type
Description

uuid*

string

requested borrower UUID

Headers

Name
Type
Description

user_name*

string

partner's username.

authorization*

string

partner's api key.

{
    "collected Data": {
        "application_data": {
            "Columns": [
                "applications"
            ],
            "Count of collected data": 2
        },
        "location_data": {
            "Columns": [
                "alt",
                "lat",
                "long",
                "speed",
                "timestamp"
            ],
            "Count of collected data": 1,
            "Unique Locations": 1
        },
        "sms_data": {
            "Columns": [
                "address",
                "body",
                "day",
                "month",
                "year"
            ],
            "Count of collected data": 9
        }
    },
    "message": "Borrower ID 78862 exists.",
    "status": true
}

Last updated

Was this helpful?