EDIS Global Order API
The EDIS Global Order API allows you to automate the full VPS lifecycle:- configuration
- ordering
- upgrades
- cancellations
π Start Here
π New to the API? π Start with the full guide: β‘οΈ Order a VPS with the EDIS Global API (Complete Guide) This guide includes:- simple walkthrough
- developer version
- full end-to-end example
Available API Endpoints
Order & Lifecycle
- Order VPS
POST /kvm/v2/add/order
https://docs.edisglobal.com/order-api-reference/order-vps - Upgrade VPS
https://docs.edisglobal.com/order-api-reference/upgrade-vps - Cancel VPS
POST /kvm/v2/cancel/product
https://docs.edisglobal.com/order-api-reference/cancel-vps
Configuration & Discovery
- Get VPS Plans
POST /kvm/v2/get/products
https://docs.edisglobal.com/order-api-reference/get-vps-plans - Get VPS Locations
POST /kvm/v2/get/locations
https://docs.edisglobal.com/order-api-reference/get-vps-locations - Get Billing Cycles
POST /kvm/v2/get/billingcycles
https://docs.edisglobal.com/order-api-reference/get-billing-cycles - Get Payment Methods
POST /kvm/v2/get/paymentmethods
https://docs.edisglobal.com/order-api-reference/get-payment-options - Retrieve Account Credit Balance
POST /kvm/v2/get/account-balance
https://docs.edisglobal.com/order-api-reference/get-accountbalance
Service Mapping
- Get Service ID
POST /kvm/v2/get/serviceid
https://docs.edisglobal.com/order-api-reference/get-service-id - Get KVM ID
POST /kvm/v2/get/kvmid
https://docs.edisglobal.com/order-api-reference/get-kvm-id
How the API Works (High-Level)
All API operations follow the same pattern:
- Discover available options
- Select IDs
- Submit action (order / upgrade / cancel)
When to Use This Page
Use this page to:- explore available endpoints
- understand API capabilities
- navigate to specific endpoint documentation