Retrieve accounts
Authorizations:
bearer
query Parameters
ConsentId | string or null <guid> The consent ID for which to retrieve accounts |
UserId | string or null <guid> The User ID for which to retrieve accounts |
ExternalUserId | string or null The External User ID for which to retrieve accounts |
Page | integer <int32> |
Size | integer <int32> |
Responses
Response samples
- 200
- 400
Content type
application/json
[- {
- "id": "string",
- "iban": "string",
- "providerAccountId": "string",
- "accountHolder": "string",
- "bban": "string",
- "accountBalance": {
- "currency": "string",
- "date": "2019-08-24T14:15:22Z",
- "amount": 0
}
}
]