Test and Go Live
Last updated
Was this helpful?
Last updated
Was this helpful?
We will provide API keys for a test environment to make test API calls
Your Business Alias is the name you entered during registration/onboarding. It is also your unique subdomain name on Lenda (example - https://<your_business_alias>.lendastack.io).
To make API calls use your business alias as part of the base URL (example - https://<your_business_alias>.lendastack.io/api/<path_parameter>)
Login to the application
Navigate to the Loan Module
Click on profile on the left navigation menu
Click on the API access management tab to generate and manage your API keys.
Here are the steps to authenticate your API call.
Encode the combination of your keys as a base64 string
Add the encoded API key to the Authorization header of your API request
Set up your with the generated keys