cURL
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" }
Get the available billing cycles for a variety of products by authenticating with your WHMCS account.
Your WHMCS email address.
"yourwhmc_email"
Your WHMCS password.
"yourwhmcs_password"
A list of available billing cycles.
[ "monthly", "quarterly", "semiannually", "annually"]
"success"
Was this page helpful?