Account
Balance & Transactions
Check your Vobiz account balance by currency and retrieve a full transaction ledger - credits, debits, and invoice history for voice usage worldwide.
GET
Get balance
Get Transactions
Authentication required:
X-Auth-ID- Your account Auth IDX-Auth-Token- Your account Auth TokenContent-Type: application/json
Request
cURL
Response
JSON Response
Each transaction is keyed to the owning account by
account_id. The reference_type groups spend by source — cdr (per-call charges), did_rental (phone-number setup and monthly fees), manual_adjustment, payment, and refund. DID purchases and recurring monthly number fees appear here as did_rental debits.Query parameters
| Field | Type | Required | Description |
|---|---|---|---|
limit | integer | No | Maximum records to return. Default: 50. Maximum: 100. |
offset | integer | No | Records to skip for pagination. Default: 0. |
Get Balance
Authentication required:
X-Auth-ID- Your account Auth IDX-Auth-Token- Your account Auth TokenContent-Type: application/json
Path parameters
| Field | Type | Required | Description |
|---|---|---|---|
auth_id | string | Yes | Your account Auth ID. |
currency | string | Yes | Currency code to query (e.g., INR, USD). Must match a currency the account holds a balance in. |
Response fields
| Field | Type | Description |
|---|---|---|
balance | number | Total ledger balance. |
reserved_funds | number | Funds held against in-progress calls or pending charges. |
promotional_balance | number | Non-withdrawable promotional credit. |
available_balance | number | Spendable amount (balance minus reservations). Check this before purchasing a number. |
credit_limit | number | Postpaid credit line. |
is_postpaid | boolean | Whether the account bills postpaid. |
credit_limit_type | string | soft or hard. A hard limit blocks new calls/purchases once exhausted. |
low_balance_threshold | number | Threshold below which low-balance alerts fire. |
status | string | Balance status (e.g., active). |
Request
cURL
Response
JSON Response
Authorizations
Your Vobiz account Auth ID
Your Vobiz account Auth Token
Path Parameters
Your account Auth ID
Example:
"MA_XXXXXX"
Currency code (e.g. INR, USD)
Example:
"INR"
Response
200 - application/json
Account balance