Use GET Resubmission method to inquire values of fields and relevant notes for these fields that were declined.
{id} of the existing underwriting applicationEndpoint:
GET
Sandbox: https://sandbox.4levers.com/managementapi/api/underwriting-applications/{applicationId}/resubmission
Production: https://managementapi.4levers.com/api/underwriting-applications/{applicationId}/resubmission
.../api/underwriting-applications/{applicationId}/sub-accounts
Response Example
[
{
"applicationId": 0,
"accountId": 0,
"subAccountId": 0,
"platformAccountName": "platform",
"subAccountName": "sub-account1",
"status": "Active"
},
{
"applicationId": 0,
"accountId": 0,
"subAccountId": 0,
"platformAccountName": "platform",
"subAccountName": "sub-account2",
"status": "Active"
}
]