Remote API (REST)
Interact with WinSerPanel programmatically. Securely manage API Access Keys for third-party integrations like WHMCS, scripts, and billing platforms.
Documentation
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...
