Skip to main content
GET
Get an account

Authorizations

Authorization
string
header
required

Type "Bearer" followed by a space and your API token. Obtain your key from the Dash.fi dashboard. Example: "Bearer YOUR_API_KEY"

Path Parameters

account-id
integer
required

Account id

Response

The account with its balance

id
integer
required

Account ID.

Example:

1234

availableBalance
string

Balance available to spend: the account's funding balance minus reserved funds. Omitted while the account's funding balance is not yet provisioned.

Example:

"100.00"

name
string

Account name.

Example:

"Meta — Q3 — Advertiser A"

reservedBalance
string

Funds reserved to cover pending card authorizations. Omitted while the account's funding balance is not yet provisioned.

Example:

"100.00"