Use GET Get Linked Sub-Accounts method to retrieve a list of a linked to the application Sub-Accounts
{id} of the existing underwriting applicationEndpoint:
GET
Sandbox: https://sandbox.4levers.com/managementapi/api/underwriting-applications/{applicationId}/sub-accounts
Production: https://managementapi.4levers.com/api/underwriting-applications/{applicationId}/sub-accounts
.../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"
}
]