v1

latestOpenAPI 3.0.02026-07-2248161142.3 KB

Get KVM-ID.

Get the KVM ID for a specific service by providing your WHMCS login details and service ID.

post/kvm/v2/get/kvmid

Response

Successfully retrieved the KVM ID.

statusstring
kvmidstring
serviceidstring

Example response

{
  "status": "success",
  "kvmid": "kvm_123456_789012",
  "serviceid": "987654"
}