cURL
curl --request GET \ --url http://localhost:3000/api/server/ping
{ "pong": true, "timestamp": 123 }
Simple ping endpoint to check if server is responsive
Server is responsive
true
Current timestamp in milliseconds
Was this page helpful?