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