POST
/
kvm
/
v2
/
get
/
billingcycles
curl --request POST \
  --url https://order.edisglobal.com/kvm/v2/get/billingcycles \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --data email=yourwhmc_email \
  --data pw=yourwhmcs_password
{
  "billingcycle": [
    "monthly",
    "quarterly",
    "semiannually",
    "annually"
  ],
  "status": "success"
}

Body

application/x-www-form-urlencoded
email
string

Your WHMCS email address.

pw
string

Your WHMCS password.

Response

200
application/json
A list of available billing cycles.
billingcycle
string[]
status
string