View the PHP versions available for your web hosting account. This helps ensure your website is compatible with the installed PHP version and allows you to select a specific version if needed.
accountId integer · min: 1 required Example Unique account identifier
Accept Example Content-Type Example success boolean timestamp string requestId string data object https://cloud.hostup.se/api/hosting/{accountId}/php curl -X GET "https://cloud.hostup.se/api/hosting/17906/php" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"success": true,
"accountId": "string",
"cpanelUsername": "string",
"versions": {
"status": 0,
"messages": "string",
"metadata": {},
"data": "string",
"errors": [
"string"
],
"warnings": "string"
}
}
}