GET
/
health
Liveness
curl --request GET \
  --url https://api.talkzilla.app/health
{
  "data": {
    "service": "<string>",
    "status": "ok"
  }
}

Response

200 - application/json

Process is alive.

data
object