Skip to main content
POST
/
kvm
/
v2
/
get
/
services
Retrieve user services
curl --request POST \
  --url https://order.edisglobal.com/kvm/v2/get/services \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "[email protected]",
  "pw": "securepassword123"
}
'
{
"services": [
{
"service_id": 312845,
"kvm_id": "kvm_114732_602381",
"status": "active",
"billingcycle": "Monthly",
"price": "0.00",
"creation_date": "2025-03-11",
"key_date": "2026-03-19",
"paymentmethod": "cryptomus",
"plan": "KVM BASIC",
"location": "Austria, Vienna"
}
],
"status": "success"
}

Body

application/json
email
string

Your WHMCS email address.

pw
string

Your WHMCS password.

Example:

"securepassword123"

Response

Successful response

status
string

Request status. Returns success when the request was processed correctly.

Example:

"success"

services
object[]

List of services linked to the authenticated account. Returns an empty array if no services exist.

⚠️ To view detailed descriptions for each service field, click “Show child attributes” below.