πŸ“ͺTest and Go Live

Test Keys

We will provide API keys for a test environment to make test API calls

You can download our postman collection to make testing the API easier

What is your Business Alias?

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>)

How to get your Live API keys

  1. Login to the Lenda application

  2. Navigate to the Loan Module

  3. Click on profile on the left navigation menu

  4. Click on the API access management tab to generate and manage your API keys.

Authenticating API calls with your keys in Postman

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

Sample Authorization Header

Authorization:

OTk4Mzc0MTUxZjBiZGJiOWZiZGZlMYDU0YzI1Zjc3ZmQwZWRlNDJhZDc5MjkwNDU3ZThhZDY2NzQ4Nzk3MmRkYthhgjjo1YTRkNDdhNi0xYmI4LTQxNDAtYmIyZC0zMzgzYjZlZDM2Mzg=

Last updated

Was this helpful?