Skip to main content
GET
/
health
Health check
curl --request GET \
  --url https://api.httpayer.com/health
{
  "status": "ok",
  "message": "server running"
}

Response

200 - application/json

Server is running

status
string
Example:

"ok"

message
string
Example:

"server running"