v1

latestOpenAPI 3.0.02026-07-2248161142.3 KB

Retrieve 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

statusstring

Request status. Returns success when the request was processed correctly.

Example response

{
  "balance": {
    "amount": "20.00",
    "currency": "EUR"
  },
  "status": "success"
}