v1
latestOpenAPI 3.0.02026-07-2248161142.3 KBAuthentication
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.
Example response
{
"paymentmethods": [
"paypal",
"alipay",
"creditcard",
"cryptomus"
],
"status": "success"
}