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_balanceinteger
The total balance in the account, not subtracting pending charges, represented in cents.
available_balanceinteger
The available balance after accounting for pending charges, represented in cents. This is the amount that can be used for new transcriptions.
pending_balanceinteger
The amount of pending charges from transcriptions that are in progress or queued, represented in cents.
all_time_depositsinteger
The total amount ever deposited into the account, represented in cents.
all_time_spendinteger
The total amount ever spent on completed transcriptions, represented in cents.

Errors

404
User Not Found