Retrieve the current system version, including build time and generation timestamp. This is useful for debugging and verifying the system is running the latest update.
Accept Example Content-Type Example version string buildTime string generatedAt integer https://cloud.hostup.se/api/version curl -X HEAD "https://cloud.hostup.se/api/version" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" {
"version": "0466c46711ba",
"buildTime": "string",
"generatedAt": 0
}