v1

latestOpenAPI 3.0.32026-07-132044132.5 KB
Accounts

List accounts

Retrieve a paginated list of all accounts for the currently authenticated user. The returned list is paginated and can be scrolled by following the prev and next links where present.

get/accounts

Query parameters

page[size]integer

The number of records to return in each page.

filter[accountType]'SAVER' | 'TRANSACTIONAL' | 'HOME_LOAN'

Specifies the type of bank account. Currently returned values are SAVER, TRANSACTIONAL and HOME_LOAN.

The type of account for which to return records. This can be used to filter Savers from spending accounts.

filter[ownershipType]'INDIVIDUAL' | 'JOINT'

Specifies the structure under which a bank account is owned. Currently returned values are INDIVIDUAL and JOINT.

The account ownership structure for which to return records. This can be used to filter 2Up accounts from Up accounts.

Response

Successful Response

All 20 operations