Savee Developers
Reference

System

GET
/v1/ping

Health check

Status codeDescription
200Server is up.
curl -X GET "http://localhost:3060/v1/ping"

{
  "status": "ok"
}

On this page