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

API Key

Generate API Key

GET https://api.ezloan.com/partners/generate_api_key/

This endpoint allows you to get the api key required to use other endpoints.

Query Parameters

Name
Type
Description

user_name

string

username to be associated with your API key

{   "your api key is {api_key} please save it" }
{"please enter user name"}
{"something went wrong, please try again"}

PreviousOverviewNextv1

Last updated 4 years ago

Was this helpful?