GET
/
v1
/
stip
/
accounts
/
{id}
/
external-balance
{
  "balance": {
    "amount": 3.14,
    "currency": "EUR"
  },
  "updatedBy": "<string>",
  "updatedAt": "2023-11-07T05:31:56Z"
}

Path Parameters

id
string<biginteger>
required

Account id

Query Parameters

auditUser
string
required

The audit user to log the request

Response

200
application/json

Successful operation

The response is of type object.