Skip to main content
GET
/
health
Liveness check
curl --request GET \
  --url https://api.staging.whilst.app/health
{
  "status": "ok",
  "timestamp": "2023-11-07T05:31:56Z"
}

Response

200 - application/json

Service is healthy

status
enum<string>
required
Available options:
ok
timestamp
string<date-time>