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
  • Report a Borrower
  • Get All Reported Borrowers

Was this helpful?

  1. SERVICE APIS
  2. v1

Report Borrower

Report a Borrower

POST https://ezloan.genify.ai/api/v1/feedbackreport

This endpoint allows you to report a borrower.

Request Body

Name
Type
Description

Description*

string

Description of why you want to report borrower.

UUID*

string

UUID of borrower you want to report.

{"message": "borrower reported successfully"}
{ "Borrower is not found with that UUID"}

Get All Reported Borrowers

GET https://ezloan.genify.ai/api/v1/feedbackreport

[xxx]
PreviousIssue CSV [WIP]NextTemplate Extender

Last updated 2 years ago

Was this helpful?