curl "https://your-collabase.ch/api/health"
{
"status": "ok",
"version": "1.4.2",
"timestamp": "2026-04-02T21:00:00.000Z"
}
Check whether the Collabase API is reachable and what version is running.
curl "https://your-collabase.ch/api/health"
{
"status": "ok",
"version": "1.4.2",
"timestamp": "2026-04-02T21:00:00.000Z"
}
ok when the service is running."unknown" if not set.curl "https://your-collabase.ch/api/health"
{
"status": "ok",
"version": "1.4.2",
"timestamp": "2026-04-02T21:00:00.000Z"
}
Was this page helpful?