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"
}
}
Returns the API status. This endpoint does not require authentication.Documentation Index
Fetch the complete documentation index at: https://api-docs.hrizn.io/llms.txt
Use this file to discover all available pages before exploring further.
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"
}
}