Get all loan accounts for an application
Retrieves all loan accounts for a specific application. Requires a JWT bearer token.
Path Parameters
- Type: stringapplication
Id requiredID of the application.
Responses
- application/json
- 401
Unauthorized
- 403
Forbidden
- 404
Not Found
Request Example for get/v1/subscriber/applications/{applicationId}/loan-accounts
curl 'https://api.broker.v1.demo.affordx.nz/v1/subscriber/applications/{applicationId}/loan-accounts' \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
[
{}
]