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

Link Extracted Data

Get requested user data from the cloud and add it on the database.

Link Borrower Collected Data to Database

POST https://ezloan.genify.ai/borrowers/link_extracted_data/

Path Parameters

Name
Type
Description

uuid*

string

UUID of the requested user

Headers

Name
Type
Description

user_name*

string

partner's username.

authorization*

string

partner's api key.

"data for borrower_uuid: ec38e1ea-b984-11ec-81a5-0242ac180002 uploaded successfully!"
{
    "error message": "User does not exist."
}

PreviousCheck Data CollectedNextRemove Linked Data

Last updated 2 years ago

Was this helpful?