v1

latestOpenAPI 3.0.02026-07-2248161142.3 KB
Authentication

Create AUTH-session

Use this endpoint to create an authentication session for managing your KVM VPS. Simply provide your WHMCS credentials (email and password) to authenticate requests. Optionally, you can specify a kvm_id to limit the session access to a specific KVM instance

post/kvm/v2/get/auth

Response

Authentication session created successfully.

paymentmethodsstring[]

A list of available payment methods.

statusstring

Example response

{
  "paymentmethods": [
    "paypal",
    "alipay",
    "creditcard",
    "cryptomus"
  ],
  "status": "success"
}
All 48 operations