Skip to main content
GET
/
health
Detailed health check
curl --request GET \
  --url https://api.anycheck.id/health
{
  "status": "healthy",
  "database": "connected",
  "timestamp": "2023-11-07T05:31:56Z"
}

Response

200 - application/json

Health status

status
string
Example:

"healthy"

database
string
Example:

"connected"

timestamp
string<date-time>