Skip to main content
GET
/
health
Health check
curl --request GET \
  --url https://public.raze.bot/health
{
  "status": "ok",
  "port": 3482
}

Response

200 - application/json

Server is healthy

status
string
Example:

"ok"

port
integer
Example:

3482