Skip to main content

Structure Json From S3

GET Structure Json From S3

This is the Loan management API used to get Structure Json From S3.

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

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

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