REST API
https://api.lendbox.io/[resource]
POST https://api.lendbox.io/borrowers Content-Type: application/json Authorization: Bearer your_api_key { "branchId": "branch-123", "firstName": "John", "lastName": "Doe", "gender": "male" }
Last updated
https://api.lendbox.io/[resource]POST https://api.lendbox.io/borrowers
Content-Type: application/json
Authorization: Bearer your_api_key
{
"branchId": "branch-123",
"firstName": "John",
"lastName": "Doe",
"gender": "male"
}Last updated