Adjútor from Lendsqr
API ReferenceLendsqr
  • Introduction
    • Overview
    • Getting Started
    • Test and Live mode
    • Making your first API call
    • Webhooks
  • Authentication
    • Authentication Type
    • Generating your API key
  • USE CASES
    • Introduction
    • Loan repayment with Direct Debit
    • Corporate Cash and Treasury Management
    • Buy Now Pay Later (BNPL)
    • Embedded Credit/ Finance
    • Loan scoring/ Credit scoring
    • Customer Validation
    • Implementing GSI with Direct Debit
  • Adjutor API Endpoints
    • Oraculi Mobile SDK (Beta)
      • Installing the SDK
      • The Oraculi SDK data journey
    • Validation
      • Bank Verification Number
      • Bank Account Verification
      • Karma Lookup
      • Ecosystem Lookup
    • Decisioning
      • Decision Model Lookup
      • Oraculi scoring
    • Credit Bureaus
    • Direct Debit
      • How Direct Debit works
      • The Direct Debit process
      • Understanding Mandate Statuses
    • Embedded Loans and Payments
    • Platform Data
      • Data for Lenders
      • Operational Services
    • Transactions and Balances with Kolo
      • Initializing Authorization
      • Using your access token
      • Permission Scopes
    • Core Services
  • ADDITIONAL INFORMATION
    • FAQs
    • Getting Support
    • Pricing
    • Glossary
Powered by GitBook
On this page

Was this helpful?

  1. Adjutor API Endpoints
  2. Platform Data

Data for Lenders

PreviousPlatform DataNextOperational Services

Last updated 10 months ago

Was this helpful?

Lenders and their customers generate a lot of data that are important for lenders outside of the Lendsqr ecosystem. For example, lenders may want to use new customer information to drive drip marketing. Or they may want to use loan data to send customized reminders to borrowers

Irrespective of what the lender wants, Lendsqr allows lenders to use Adjutor APIs to get these data. There are almost infinite limits to the data a lender can get for their customers, transactions, audit activities, etc.

Common Parameters

  • Getting individual data: Some endpoints allow you to get individual data instead of everything, which at times can be overwhelming. For example, you can get /data/users/:id.

  • Pagination: Every data endpoint supports pagination with the default being 100.

  • Filtering: Some data endpoints support filtering. The filters available would be provided in the description

  • Process time: Some data endpoints are not online in real-time as they are processed as part of our batch operations. These data options would have process time to show the time the data set was created.

Below are API services available for usage:

API Endpoint
Description

This endpoint is used to get the data options or sources available for a lender. With the options gotten from the response, you are able to get data relevant to you.

Get Options