LenderLink Docs
  • 👋Welcome to LenderLink
  • Overview
    • 💡What we do
    • Members
    • 🚀Release notes
  • Product Guides
    • 📪API Integration guides
      • 🛠️Contributor API development guide
      • ⛏️Full Response Consumer API Integration guide
      • ➕Summary Block Consumer API Integration guide
      • Telco Score API
      • Loan Applications Check API
      • Payment Transaction Data API
      • Contributor Integration Options - Responsibility Split
      • Data Dictionary
    • Submitting Phone Numbers
      • Submitting via Email
      • Submitting via API
  • Backtesting Guides
    • Contributor's backtest guide
    • Back-testing process
Powered by GitBook
On this page
  • 1. Integration via Contributor API endpoint
  • 2. Authentication
  • 3. API requests
Export as PDF
  1. Backtesting Guides

Contributor's backtest guide

This page describes how a contributor should set their API for LenderLink to run backtesting records for potential customers.

1. Integration via Contributor API endpoint

The Contributor first needs to create API and join the LenderLink platform per the Contributor API development guide

2. Authentication

The Contributor needs to create different set of credentials for the API that are going to be used only for running backtests.

3. API requests

The expected layout of the requests that LenderLink's API will send to the Contributors for backtesting is show below.

  • Query params:

The requestID will be always in the format - backtest[YYYYMMDD][prospect ID][5 digits]

Example: backtest20250121aa00010000

Property Name
Property Type
Mandatory
Description

requestId

String

Yes

Unique identifier

mobileNumber

String

Yes

Borrower's mobile number

prospectID

String

No

Unique identifier that we give to all prospect clients that we do backtest for. Example: aa000

PreviousSubmitting via APINextBack-testing process

Last updated 4 months ago