Skip to main content
GET
/
health
Health check
curl --request GET \
  --url https://api.app.hrizn.io/v1/public/health
{
  "data": {
    "status": "ok",
    "version": "1.2.0",
    "timestamp": "2023-11-07T05:31:56Z"
  }
}

Response

200 - application/json

Service is healthy

data
object
Last modified on March 1, 2026