Skip to main content
GET
/
health
Liveness check
curl --request GET \
  --url https://tally-platform-api-xwka6vu2kq-ue.a.run.app/health
{
  "ok": true,
  "service": "@tally/api"
}

Response

200 - application/json

Service is alive.

ok
boolean
Example:

true

service
string
Example:

"@tally/api"