Loading...

Virtual accounts list

GET
/accounts

Authorization

apiBearerAuth
AuthorizationBearer <token>

In: header

Query Parameters

type?string

Type of account

Response Body

application/json

curl -X GET "https://example.com/accounts?type=volt-account"
[  {    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",    "supportedCurrencies": [      "EUR"    ],    "currencies": {      "EUR": {        "accountIdentifiers": {          "iban": "string",          "bic": "string"        },        "amount": null      }    },    "type": "volt-account",    "name": "string",    "customerId": "87d8e330-2878-4742-a86f-dbbb3bf522ac",    "active": true,    "country": "string",    "amount": null,    "vIBANStats": null  }]