POST
/
kvm
/
v2
/
get
/
services
curl --request POST \
  --url https://order.edisglobal.com/kvm/v2/get/services \
  --header 'Content-Type: application/json' \
  --data '{
  "email": "user@example.com",
  "pw": "securepassword123"
}'
{
  "status": "success",
  "services": [
    {
      "service_id": 209052,
      "kvm_id": "kvm_18351_018442",
      "suspended": "Active",
      "billingcycle": "One Time",
      "price": "0.00",
      "key_date": "2021-09-07",
      "paymentmethod": "paypal",
      "plan": "KVM BASIC",
      "location": "Austria, Vienna"
    }
  ]
}

Body

application/json
email
string

Your WHMCS email address.

pw
string

Your WHMCS password.

Response

200
application/json
Successful response
status
string
services
object[]

List of active and suspended services for the user.