Check the health status of the backend API
curl --request GET \
--url https://api.wacht.dev/health
{
"status": "ok",
"timestamp": "2024-01-01T12:00:00Z"
}
Service is healthy
The response is of type object
.
curl --request GET \
--url https://api.wacht.dev/health
{
"status": "ok",
"timestamp": "2024-01-01T12:00:00Z"
}