EZloan APIs
  • Overview
  • authentication
    • API Key
  • SERVICE APIS
    • v1
      • Credit Decisioning Flow
        • User Setup
          • Sign up
          • Update
          • User access
        • Get Borrower Info
        • Upload Borrower Data
        • Check Data Collected
        • Link Extracted Data
        • Remove Linked Data
        • View Summary Variables
        • Get SMS Variables
        • Get Credit Score
        • Get Top Locations
      • Scoring Formula
      • Scoring Weights
      • Business Rules
      • Payments
        • Get Due Payments
      • Credit Products
      • Credit Applications
      • Financial Providers
      • Issue CSV [WIP]
      • Report Borrower
      • Template Extender
  • Error codes
    • HTTP Codes
Powered by GitBook
On this page

Was this helpful?

  1. SERVICE APIS
  2. v1
  3. Credit Decisioning Flow

Upload Borrower Data

Upload Collected Data

POST 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.

upload_to_db

boolean

flag that specify's weither to add borrower's data in the database or not.

Values: 0(default) or 1

Request Body

Name
Type
Description

location

dict

alt, lat, long, speed and

timestamp of the requested

area.

messages

list<dict>

list of dictionaries, each represents message details(address, body, date).

applications

list<string>

list of borrower's applications.

phone

dict

borrower's phone details.

"location, messages, applications, phone data for borrower_uuid: 9fec01ea-d163-11ec-9f8f-0242ac140005 uploaded successfully!"
{
  "Something went wrong, please try again"
}

PreviousGet Borrower InfoNextCheck Data Collected

Last updated 2 years ago

Was this helpful?