Skip to main content
GET
/
health
Health check
curl --request GET \
  --url https://rest-api.utrack.club/health
{
  "status": "ok"
}

Response

200 - application/json

Service is healthy

status
string
required
Example:

"ok"