TechLend
Loan Management System
Back to Home

API Documentation

Integrate TechLend with your applications

Our REST API allows you to integrate TechLend with your existing systems. All endpoints require authentication.

Authentication
Bearer: <your-api-token>
GET
/api/loans

Get all loans

POST
/api/loans

Create a new loan

GET
/api/borrowers

Get all borrowers

PUT
/api/loans/{id}

Update a loan

Full API documentation available at docs.techlend.com/api