v1
latestOpenAPI 3.0.02026-07-2248161142.3 KBRetrieve account balance
Retrieves the current account credit balance for the authenticated WHMCS account, including the amount and currency.
post/kvm/v2/get/account-balance
Response
Successful response
Example response
{
"balance": {
"amount": "20.00",
"currency": "EUR"
},
"status": "success"
}