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.
The body is of type object
.
Response
200
application/json
Authentication session created successfully.
The response is of type object
.