Skip to main content
GET
/
api
/
health
curl "https://your-collabase.ch/api/health"
{
  "status": "ok",
  "version": "1.4.2",
  "timestamp": "2026-04-02T21:00:00.000Z"
}
Returns the operational status of the API. No authentication required. Use this endpoint for uptime monitoring, load-balancer health probes, and deployment verification.

Response

status
string
Always ok when the service is running.
version
string
Deployed application version. "unknown" if not set.
timestamp
string
Current server time in ISO 8601 format.
curl "https://your-collabase.ch/api/health"
{
  "status": "ok",
  "version": "1.4.2",
  "timestamp": "2026-04-02T21:00:00.000Z"
}