Create a secure login link to cPanel for a selected hosting account. Use this when you need to access hosting settings, such as managing files, databases, or email accounts. Returns a unique ID (requestId) that may be needed for follow-up API calls.
Accept Example Content-Type Example accountId string required success boolean timestamp string requestId string data object https://cloud.hostup.se/api/cpanel-sso curl -X POST "https://cloud.hostup.se/api/cpanel-sso" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"accountId": "string"
}' {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"success": true,
"link": "string"
}
} {
"accountId": "string"
}