GET
/
api
/
server
/
ping
Ping health check
curl --request GET \
  --url http://localhost:3000/api/server/ping
{
  "pong": true,
  "timestamp": 123
}

Response

200 - application/json

Server is responsive

The response is of type object.