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
  • Get Financial Provider Credit Applications
  • Get Borrower Details

Was this helpful?

  1. SERVICE APIS
  2. v1

Financial Providers

Get Financial Provider Credit Applications

GET https://ezloan.genify.ai/financial_provider/{financial_provider_id}

This endpoint allows you to get all applications for a specific current provider.

Path Parameters

Name
Type
Description

financial_provider_id*

string

ID of the cake to get, for free of course.

[list of credit applications]  
"something went wrong."

Get Borrower Details

GET https://ezloan.genify.ai/{financial_provider_id}/borrowers/

Path Parameters

Name
Type
Description

financial_provider_id*

string

financial provider ID

Query Parameters

Name
Type
Description

borrower_id

string

borrower ID

list of borrower details
"borrower not found"

PreviousCredit ApplicationsNextIssue CSV [WIP]

Last updated 2 years ago

Was this helpful?