cURL
curl -X GET \ /open-banking-accounts \ --header "Authorization: Bearer <token>"
{ "data": [ { "id": "ad8f1b9e-0b1e-4e1a-8e0a-0b0b0b0b0b0b", "alias": "My Bank Account", "bankName": "My Bank", "iban": "DE1234567*********5678", "status": "linked", "provider": "klarna", "createdAt": "2021-01-01T00:00:00+00:00", "validUntil": "2021-01-01T00:00:00+00:00", "lastAccessedAt": "2021-01-01T00:00:00+00:00", "lastInformedAt": "2021-01-01T00:00:00+00:00" } ], "meta": { "pagination": { "totalItems": 123, "itemsPerPage": 123, "currentPage": 123, "lastPage": 123, "pageTotalItems": 123 } } }
Get all connected open banking accounts, which allows to access transactions, balances and other information
open-banking-account:read
Value for the Authorization header parameter.
The collection page number
The number of items per page
0 <= x <= 100
OpenBankingAccount collection
Show child attributes
Was this page helpful?