Skip to main content

GET Transaction Logs

GET Transaction Logs

This is the Loan management API used to get the Transaction Logs for the Loan Id.

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

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

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