v1

latestOpenAPI 3.0.22026-07-1481521.0 KB
Balance

Get Account Balance

Retrieve the current balance of your Vonage API account

get/account/get-balance

Query parameters

api_keystring required
Example:abcd1234

Your Vonage API key. You can find this in the dashboard

api_secretstring required
Example:ABCDEFGH01234abc

Your Vonage API secret. You can find this in the dashboard

Response

The current balance of your account

autoReloadtrue | false

Whether the account has auto-reloading enabled

valuenumber

The balance of the account, in EUR

Example response

{
  "value": 10.28
}