---
title: "Create AUTH-session"
method: POST
path: "/kvm/v2/get/auth"
tags: ["Authentication"]
---

# Create AUTH-session

`POST /kvm/v2/get/auth`

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

## Response `200`

Authentication session created successfully.

- InlineResponse200
  - `paymentmethods` string[] — A list of available payment methods.
  - `status` string

## Other responses

- `400` — Bad Request - Invalid credentials or missing parameters.
- `401` — Unauthorized - Invalid WHMCS credentials.
- `500` — Internal Server Error - An unexpected error occurred.

---

[API](https://skmtc.net/edisglobal/apis/edis-global-management-api.md) · [All operations](https://skmtc.net/edisglobal/apis/edis-global-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/edisglobal/edis-global-management-api/versions/223263c91ac0/schema)
