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
Body
application/x-www-form-urlencoded
Required credentials to authenticate and create a session. Optionally, you can include `kvm_id` to target a specific KVM.
Your email (WHMCS credentials).
Example:
"your-email@example.com"
Your password (WHMCS credentials).
Example:
"your-password"
(Optional) The unique identifier of the KVM to filter the session.
If not provided, the session applies to all KVMs associated with your account.
Was this page helpful?