GET
/
v1
/
stip
/
accounts
/
{id}
/
external-balance
curl --request GET \
  --url https://integration-api-cat2./%7B{environment}%7D.ext.%7B{realm}%7D.cia.enfuce.com/spend-control/v1/stip/accounts/{id}/external-balance
{
  "balance": {
    "amount": 3.14,
    "currency": "EUR"
  },
  "updatedBy": "<string>",
  "updatedAt": "2023-11-07T05:31:56Z"
}

Path Parameters

id
string
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.