Skip to main content

Get Service-request status for Loan Id

GET Service Requests For Loan

This is the Loan modification API used to get the service-request status for a loan Id.

URL: {{base_url}}/loan-management/v1/service-request/status

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

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