Skip to content

Get account

Get the data of a single account for the supplied consent.

Request

Method: GET
Path: /v1/accounts/:resourceId
Headers:
Accept: application/json
Authorization: Bearer VALID-BEARER-TOKEN

Response

response.json
{
"account": {
"resourceId": "3dc3d5b3-7023-4848-9853-f5400a64e80f",
"iban": "DE2310010010123456789",
"currency": "EUR",
"name": "Main Account"
}
}

The account is a Psd2Account object.