Skip to main content
GET
/
api
/
health
curl "https://your-collabase-domain/api/health"
{
  "status": "ok",
  "version": "1.4.2",
  "timestamp": "2026-04-02T21:00:00.000Z"
}
Returns the status of your Collabase instance. No authentication required. Use this for uptime monitoring or to verify that a deployment was successful.

Response

status
string
Always ok when the service is running.
version
string
The deployed version of Collabase.
timestamp
string
Current server time in ISO 8601 format.
curl "https://your-collabase-domain/api/health"
{
  "status": "ok",
  "version": "1.4.2",
  "timestamp": "2026-04-02T21:00:00.000Z"
}