Fetch Loan Customers
Gets all the customers with Loan
Gets all the customers with Loan
GET
https://<your_business_alias>.lendastack.io/ias/loan/persons
This endpoint returns the list of Loan customers on the application
Query Parameters
Name
Type
Description
pageNumber
int
Specify exactly what page you want to retrieve
pageSize
int
Specify how many records you want to retrieve per page
searchParameter
String
Search customer's by first name, last name or email address
Headers
Name
Type
Description
Authentication*
String
The encoded combination of your public key and secret key (see the Test and go live section of the docs)
Last updated
Was this helpful?