v1

latestOpenAPI 3.0.02026-07-2248161142.3 KB

Get 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.

billingcyclestring[]
statusstring

Example response

{
  "billingcycle": [
    "monthly",
    "quarterly",
    "semiannually",
    "annually"
  ],
  "status": "success"
}