Skip to main content
GET
Get balance

Get Transactions

Returns a list of transactions for a specific account.
Authentication required:
  • X-Auth-ID - Your account Auth ID
  • X-Auth-Token - Your account Auth Token
  • Content-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

Get Balance

Returns the balance for a specific account and currency.
Authentication required:
  • X-Auth-ID - Your account Auth ID
  • X-Auth-Token - Your account Auth Token
  • Content-Type: application/json

Path parameters

Response fields

Request

cURL

Response

JSON Response

Authorizations

X-Auth-ID
string
header
required

Your Vobiz account Auth ID

X-Auth-Token
string
header
required

Your Vobiz account Auth Token

Path Parameters

auth_id
string
required

Your account Auth ID

Example:

"MA_XXXXXX"

currency
string
required

Currency code (e.g. INR, USD)

Example:

"INR"

Response

200 - application/json

Account balance

id
string
required
account_id
string
required
currency
string
required
balance
number
required
reserved_funds
integer
required
promotional_balance
integer
required
promotional_reserved_balance
integer
required
available_balance
number
required
credit_limit
integer
required
is_postpaid
boolean
required
credit_limit_type
string
required
low_balance_threshold
integer
required
status
string
required
created_at
string
required
updated_at
string
required