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/healthResponse
| Field | Type | Description |
|---|---|---|
| status | "ok" | Service availability state. |
| timestamp | ISO 8601 string | Time at which the response was generated. |
Example
{
"status": "ok",
"timestamp": "2026-07-30T15:04:05.000Z"
}