Get Balance
Get account balance showing available balance and pending charges
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
This endpoint returns an object.
total_balance
The total balance in the account, not subtracting pending charges, represented in cents.
available_balance
The available balance after accounting for pending charges, represented in cents. This is the amount that can be used for new transcriptions.
pending_balance
The amount of pending charges from transcriptions that are in progress or queued, represented in cents.
all_time_deposits
The total amount ever deposited into the account, represented in cents.
all_time_spend
The total amount ever spent on completed transcriptions, represented in cents.
Errors
404
User Not Found
