GET
/
Health Check
curl --request GET \
  --url https://48x2gpzu9b.execute-api.ap-south-1.amazonaws.com/
{
  "status": "Health Check :) Server is up and running"
}

Response

200 - application/json

Server is up and running

The response is of type object.