Skip to main content
GET
/
health
Health Check
curl --request GET \
  --url https://api.usehavoc.com/health \
  --header 'Authorization: Bearer <token>'
{
  "status": "ok",
  "timestamp": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

Clerk JWT Token — obtained from the Havoc frontend via Clerk authentication.

Response

200 - application/json

Service is healthy

status
string
Example:

"ok"

timestamp
string<date-time>