Skip to main content
GET
JavaScript

Authorizations

Authorization
string
header
required

Bearer token for authentication with Augustus Banking API

Path Parameters

id
string<uuid>
required

Unique identifier of the account program.

Response

200 - application/json

Account program balance snapshot

id
string<uuid>
required

Unique identifier of the account program.

type
enum<string>
required

Resource type discriminator.

Available options:
account_program_balance
amount
string
required

Total available balance as a string decimal (e.g. "100.50").

currency
enum<string>
required

ISO 4217 currency code for the balance.

Available options:
EUR,
GBP,
USD
as_of
string<date-time>
required

ISO 8601 UTC timestamp when this balance snapshot was produced.