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.
Successful response
The response is of type object.
object
Was this page helpful?