Configuration, Order, Cancellation: A quick guide to get started with the EDIS Global ORDER API for seamless VPS lifecycle management.
/kvm/v2/add/order
Places a new VPS order by specifying billing cycle, payment method, and product configurations in JSON format.
Learn more
Usage: Include product configurations such as RAM, CPU, and OS, along with your WHMCS credentials.
/kvm/v2/get/products
Fetches the available VPS plans and their configurations for a given location.
Learn more
Usage: Use the location ID from /get/locations
and authenticate.
/kvm/v2/get/locations
Lists all available VPS locations across the globe.
Learn more
Usage: Provide your WHMCS email and password to get location details.
/kvm/v2/get/billingcycles
Fetches all available billing cycles for different VPS products.
Learn more
Usage: Authenticate with your WHMCS credentials.
/kvm/v2/get/paymentmethods
Retrieves a list of available payment methods for placing orders.
Learn more
Usage: Provide your WHMCS email and password for authentication.
/kvm/v2/get/serviceid
Retrieves the service ID linked to a specific KVM instance.
Learn more
Usage: Provide WHMCS credentials and the KVM ID.
/kvm/v2/get/kvmid
Retrieves the KVM ID for a specific service.
Learn more
Usage: Provide your WHMCS email, password, and service ID.
/kvm/v2/cancel/product
Cancels a specific product or VPS service.
Learn more
Usage: Provide either the KVM ID or service ID with the cancellation type (Immediate or End of Billing Period).