v1
latestOpenAPI 3.0.02026-07-2248161142.3 KBGet Billing cycles.
Get the available billing cycles for a variety of products by authenticating with your WHMCS account.
post/kvm/v2/get/billingcycles
Response
A list of available billing cycles.
Example response
{
"billingcycle": [
"monthly",
"quarterly",
"semiannually",
"annually"
],
"status": "success"
}