Savee Developers
Reference

System

GET
/v1/ping

Health check

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

{
  "status": "ok"
}