curl --request GET \
--url https://api.app.hrizn.io/v1/public/health{
"data": {
"status": "ok",
"version": "1.2.0",
"timestamp": "2026-02-28T11:34:28.001Z"
}
}
Check if the API is operational
curl --request GET \
--url https://api.app.hrizn.io/v1/public/health{
"data": {
"status": "ok",
"version": "1.2.0",
"timestamp": "2026-02-28T11:34:28.001Z"
}
}
X-API-Key header. Use it to verify the API is operational before making authenticated requests.{
"data": {
"status": "ok",
"version": "1.2.0",
"timestamp": "2026-02-28T11:34:28.001Z"
}
}