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.
Successfully retrieved the service ID.
The response is of type object.
object
Was this page helpful?