Data for Lenders

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 EndpointDescription

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.

Last updated