WinSerPanel Logo
Futuristic Server Control OS

WinSerPanel Enterprise

INITIALIZING WINSERPANEL ENTERPRISE KERNEL...0%
Zero-Trust KernelIIS 10.0 Nativev2.7.0 Pro
WinSerPanel Logo

Administrator

Admin User
127.0.0.1
SERVER IP
WinSerPanel Enterprise v2.7.0

Remote API (REST)

Interact with WinSerPanel programmatically. Securely manage API Access Keys for third-party integrations like WHMCS, scripts, and billing platforms.

API Call Example

Authenticate using the X-Api-Key header:

curl -i -k -X GET -H "X-Api-Key: wsp_xxxxx" "https://srv-xxx.winserpanel.com/api/auth/me"

Example Response:

{
  "user": {
    "id": 1,
    "username": "admin",
    "email": "admin@winserpanel.com",
    "role": "Administrator"
  }
}

API Access Keys

Generate long-lived API keys to authenticate external scripts and integrations.

Loading API Keys...