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 alias name you entered during registration/onboarding. It is also your unique subdomain name on Lenda (example. https://<your_business_alias>.lenda.ng
). To make API calls use your business alias as part of the base URL(example. https://<your_business_alias>.lenda.ng/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 authenticating your API call.
Combine your public key and private key separating both with ":
" (colon symbol)
Encode the combination of your public key and secret key as a base64 string
Add the encoded API key to the authorization header of your API request.