Skip to main content

Instrument for Loan Id

GET Instrument for Loan Id

This is the Loan management API used for getting Instrument for Loan Id.

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

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

Response: 200
{
    "response": true,
    "data": {},
    "error": {}
}