Skip to main content
GET
/
health
Health check
curl --request GET \
  --url https://api.myhamlet.com/health
{
  "status": "ok",
  "version": "0.1.0",
  "timestamp": "2026-01-01T00:00:00.000Z"
}

Response

200 - application/json

The API is healthy.

status
enum<string>
required
Available options:
ok
version
string
required
Example:

"0.1.0"

timestamp
string<date-time>
required
Example:

"2026-01-01T00:00:00.000Z"