# 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.&#x20;

Below are API services available for usage:

<table><thead><tr><th width="203">API Endpoint</th><th>Description</th></tr></thead><tbody><tr><td><a href="https://api.adjutor.io/#96aaaa83-6837-4be1-a9cb-6f1c0cd44f0e">Get Options</a></td><td>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. </td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.adjutor.io/adjutor-api-endpoints/platform-data/data-for-lenders.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
