/
get_balance_history

get_balance_history


Description

List the Balance Transaction History for a Client


Parameters

client_account_code



Request

curl -X POST \
-H "Authorization: Token d37fa8c4e008fec158070b1b4aea5f0db3d6a06e" \
-H "Content-Type: application/json" \
-d '{"client_account_code":"1480270993"}' \
-k https://your.domain.com/api/users/get_balance_history



Response

{
"status": "success",
"results": [
{
"date": "2019-01-07T13:20:46.727337Z",
"confirmed": true,
"balance": "1.000",
"description": "Test credit",
"value": "1.000"
}
]
}

Related content

get_credit_balance
get_credit_balance
More like this
add_credit_balance
add_credit_balance
More like this
get_client_account
get_client_account
More like this
did_call_usage_details
did_call_usage_details
More like this
outbound_call_usage_details
outbound_call_usage_details
More like this
call_detail_summary
call_detail_summary
More like this