Documentation

BlueHouse API

Health check

LiveImplemented and served directly by BlueHouse.

Confirms that the web service is available. This check does not query the database.

GET/api/health

Response

FieldTypeDescription
status"ok"Service availability state.
timestampISO 8601 stringTime at which the response was generated.

Example

{
  "status": "ok",
  "timestamp": "2026-07-30T15:04:05.000Z"
}