Get system version and build time

Retrieve the current system version and its build timestamp. This is useful for debugging and verifying software versions.

Headers

Accept Example
Content-Type Example

Responses

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