REST API
Last updated
Last updated
How to Use the Lendbox API
Using the Lendbox API requires following some basic steps:
API Access & Key:
Register for an API key from your Lendbox account dashboard by navigating to the API Integrations page from the left navigation panel..
Keep your API key secure, as this will authenticate your requests.
EndPoint Structure:
Familiarize yourself with the endpoint structure.
API URLs will typically follow this format:
API Documentation
The full documentation of all the API endpoints can be found at the following .
Making Requests:
Use standard HTTP methods (GET, POST, PATCH, PUT, DELETE) based on the action you intend to perform.
E.G., To create a new borrower:
Handling Responses:
API responses will be returned in JSON format.
Error handling and data validation should be built into your application to gracefully handle responses.
Now you’re ready to start building by accessing our API documentation section below. Let our resources guide you through step-by-step integrations!
The full documentation of all the API endpoints can be found at the following .