Skip to main content
GET
/
health
Health check
curl --request GET \
  --url https://api.wacht.dev/health
{
  "status": "healthy",
  "timestamp": "2024-01-15T10:30:00Z"
}

Response

200 - application/json

API is healthy

status
string
Example:

"healthy"

timestamp
string<date-time>
Example:

"2024-01-15T10:30:00Z"