cURL
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" } ] }
Retrieves a list of services linked to the user’s account based on the provided login credentials, including details such as service status, billing cycle, pricing, and location.
Your WHMCS email address.
"user@example.com"
Your WHMCS password.
"securepassword123"
Successful response
"success"
List of active and suspended services for the user.
Show child attributes
Was this page helpful?