Skip to main content

Validate Customer

GET Validate Customer

This is the Loan management API used to validate customers against Loan Application Numbers.

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

Request
Request Type: GET
Authorization: Bearer Token
Query Params
Key Value (Data Type)
loanApplicationNumber* String
* required Param
Response: 200
{
    "response": true,
    "data": null,
    "error": null
}