Get all applications
Retrieves all applications for the current authenticated broker. Requires a JWT bearer token.
Responses
- application/json
- 401
Unauthorized
- 403
Forbidden
Request Example for get/v1/subscriber/applications
curl https://api.broker.v1.demo.affordx.nz/v1/subscriber/applications \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
[
{
"applicationId": "string",
"clients": [
{
"clientId": "string",
"clientName": "string"
}
],
"status": "string",
"applicationDate": "2026-07-15T02:38:33.471Z",
"accounts": 1
}
]