Retrieves a list of applications given the filter parameters provided
Success
Bad Request
Unauthorized
Not Found
Internal Error
{- "data": {
- "applications": [
- {
- "id": "string",
- "status": "INCOMPLETE",
- "application_type": "INDIVIDUAL",
- "account_to_open": {
- "account_id": "string",
- "product_id": "string",
- "asset_type_id": "string"
}, - "terms_and_conditions_accepted": false,
- "customer_id": "string"
}
]
}, - "links": {
- "self": "string",
- "first": "string",
- "prev": "string",
- "next": "string",
- "last": "string"
}
}