GET
/
health
Health Check
curl --request GET \
  --url https://api.sentineltrustplay.io/health \
  --header 'Authorization: Bearer <token>'
{
  "ok": true
}
This endpoint requires no authentication and can be used for load balancer health checks.
{
  "ok": true
}