Skip to main content

Get Branch list

GET Branch List

This is the Loan management API used to get the Branch list.

URL: {{base_url}}/loan-management/v1/getBranchList

Request 
Request Type: GET
Authorization: Bearer Token

Response: 200
{
    "response": true,
    "data": [
        {
            "branch_code": "string",
            "branch_name": "string",
            "branch_location": "string"
        }
    ],
    "error": null
}