latestSwagger 2.02026-08-20196638916.1 KB

23d8982b533d

Finance Management.Savings Goals
ENTERPRISE

Get Account

Get Account by ID from a Savings Goals domain.

get/api/v1/savings-goals/accounts/{id}

Path parameters

idstring required

The account ID

Response

The Account with actual balance and unallocated funds available for Savings Goals to allocate.

idstring

The ID of the Account.

namestring

The name of the Account.

Example response

{
  "balance": {
    "currencyCode": "EUR",
    "scale": 2,
    "unscaledValue": 2000
  },
  "id": "d9f134ee2eb44846a4e02990ecc8d32e",
  "name": "My account",
  "unallocatedFunds": {
    "currencyCode": "EUR",
    "scale": 2,
    "unscaledValue": 2000
  }
}