Skip to main content
GET
/
health
Health check
curl --request GET \
  --url https://api.simonkoeck.com/health
{
  "status": "ok",
  "timestamp": "2024-01-15T12:00:00.000Z"
}

Response

200 - application/json

API is healthy

status
string
required
Example:

"ok"

timestamp
string
required
Example:

"2024-01-15T12:00:00.000Z"