Backend API
Check if the API is running (no authentication required)
cURL
curl --request GET \ --url https://api.wacht.dev/health
{ "status": "healthy", "timestamp": "2024-01-15T10:30:00Z" }
API is healthy
"healthy"
"2024-01-15T10:30:00Z"
Was this page helpful?