Skip to main content
GET
/
api
/
health
Health check
curl --request GET \
  --url https://hedgeem-v5.qeetoto.com/api/health
{
  "status": "ok",
  "service": "hedgeem-api",
  "version": "0.1.0",
  "timestamp": "2026-03-19T10:00:00.000Z"
}

Response

200 - application/json

API is healthy

status
enum<string>
Available options:
ok
service
string
Example:

"hedgeem-api"

version
string
Example:

"0.1.0"

timestamp
string<date-time>