Volt Accounts API (legacy)Volt accounts
Virtual IBANs list
Authorization
apiBearerAuth AuthorizationBearer <token>
In: header
Path Parameters
accountId*string
Id of Virtual account
Format
uuidResponse Body
application/json
curl -X GET "https://example.com/accounts/94c01e1e-533e-41d5-ab70-ac163d6099f5/virtual-accounts/vibans"[ { "identificationSetId": "3dbf16a6-ff9a-4bf2-9b07-f64a4a730e18", "name": "string", "defaultIdentificationId": "88f207e5-9ab9-4f76-b44a-7c0604839974", "accountIdentifications": [ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "identifications": { "iban": "string" } } ], "status": "active" }]