cURL
curl --request POST \ --url https://order.edisglobal.com/kvm/v2/get/kvmid \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data email=yourwhmc_email \ --data pw=yourwhmcs_password \ --data serviceid=xxxxxxxxx
{ "status": "success", "kvmid": "kvm_123456_789012", "serviceid": "987654" }
Get the KVM ID for a specific service by providing your WHMCS login details and service ID.
Your WHMCS email address.
"yourwhmc_email"
Your WHMCS password.
"yourwhmcs_password"
The service ID.
"xxxxxxxxx"
Successfully retrieved the KVM ID.
"success"
"kvm_123456_789012"
"987654"
Was this page helpful?