Search Customer
Search for customers on the application
SearchCustomer
GET
https://<your_business_alias>.lenda.ng/ias/loan/searchcustomer/:parameter/:searchType
This endpoint returns a single customer if the number of record found is one(1) or a list of customers if the records found is more than one(1)
Path Parameters
Name
Type
Description
searchType
string
The infromation on the customer to seach by. Must be one ofUniqueId, Phone, Email, General
parameter
string
The search keyword
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?