Get system version information

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.

Headers

Accept Example
Content-Type Example

Responses

200
version string
buildTime string
generatedAt integer
HEAD https://cloud.hostup.se/api/version
For AI assistants
cURL
curl -X HEAD "https://cloud.hostup.se/api/version" \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json"
Response
{
  "version": "0466c46711ba",
  "buildTime": "string",
  "generatedAt": 0
}