Productsup

Check if the server is live.

GET
/ping

Response Body

application/json

curl -X GET "https://loading/ping"
{
  "message": "pong"
}

How is this guide?