Loading...
Accounts APIAccounts

Get account details

GET
/accounts/{accountId}

Authorization

BearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

accountId*string

Unique identifier of the account.

Formatuuid

Header Parameters

X-Volt-Api-Version*integer

Version of the API used. Currently, version 1 is the only version.

Value in1

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://accounts.sandbox.volt.io/accounts/497f6eca-6276-4993-bfeb-53cbbbba6f08" \  -H "X-Volt-Api-Version: 1"
{
  "id": "7523a8d3-70a9-4448-822a-ba1a38e0b715",
  "currency": "EUR",
  "identifications": [
    {
      "iban": "DE33500105173822933531",
      "bic": "ALBPPLPW"
    }
  ],
  "name": "My EUR account",
  "active": true,
  "country": "DK",
  "balance": {
    "available": 123,
    "timestamp": "2023-10-16T16:52:37+00:00"
  },
  "type": "VOLT_ACCOUNT"
}