Skip to main content
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

status
string
Example:

"Health Check :) Server is up and running"