Skip to main content

Get Instrumental Details

GET Instrumental Details

This is the Loan management API used for getting Instrumental Details for Loan Id.

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

Request
Request Type: GET
Authorization: Bearer Token
Query Parameter
Key Data Type
loanId* Integer
* required Param

Response: 200
{
    "response": true,
    "data": {
        "spdc_instrument": [],
        "nach_instrument": []
    },
    "error": null
}