cURL
curl --request POST \ --url https://order.edisglobal.com/kvm/v2/get/account-balance \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data email=yourwhmc_email \ --data pw=yourwhmc_password
{ "balance": { "amount": "20.00", "currency": "EUR" }, "status": "success" }
Retrieves the current account credit balance for the authenticated WHMCS account, including the amount and currency.
Your WHMCS email address.
"yourwhmc_email"
Your WHMCS password.
"yourwhmc_password"
Successful response
Show child attributes
Request status. Returns success when the request was processed correctly.
success
"success"
Was this page helpful?