Skip to main content

Accounts API (v1)

Download OpenAPI specification:Download

Accounts

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

Content type
application/json
[
  • {
    }
]

Retrieve information from a specific account

Authorizations:
bearer
path Parameters
Id
required
string <guid>

The Account ID for which to get information about

Responses

Response samples

Content type
application/json
{
  • "id": "string",
  • "iban": "string",
  • "providerAccountId": "string",
  • "accountHolder": "string",
  • "bban": "string",
  • "currency": "string",
  • "accountBalance": {
    }
}