Retrieve the current system version and its build timestamp. This is useful for debugging and verifying software versions.
Accept Example Content-Type Example version string buildTime string generatedAt integer https://cloud.hostup.se/api/version curl -X GET "https://cloud.hostup.se/api/version" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" {
"version": "string",
"buildTime": "string",
"generatedAt": 0
}