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"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.