Skip to main content

EDIS Global Order API

The EDIS Global Order API allows you to automate the full VPS lifecycle:
  • configuration
  • ordering
  • upgrades
  • cancellations
It is designed for seamless integration into billing systems, automation workflows, and custom provisioning tools.
Production API — no test environmentEDIS Global does not provide a sandbox or test environment. Submitting a valid order to POST /kvm/v2/add/order creates a real VPS order and invoice. Available account credit is applied by default unless you explicitly set "applycredit": false inside the order JSON.Discovery requests, such as retrieving plans or locations, do not place orders.

šŸš€ 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


Configuration & discovery


Service mapping


How the API works (high-level)

All API operations follow the same pattern:
  1. Discover available options
  2. Select IDs
  3. 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
šŸ‘‰ For actual implementation, always start with the Complete Guide
Last modified on September 5, 2026