Balances
Get a balance
Retrieves a single balance by ID
GET
/
balances
/
{id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
id
integer
requiredBalance ID
Response
200 - application/json
id
integer
Balance ID.
amount
integer
Balance amount.
mode
string
Balance mode
account_id
integer
Account ID associated with the balance
created_at
string
Date and time of balance creation.
updated_at
string
Date and time of last balance update.