Skip to main content
GET
/
health
Health check
curl --request GET \
  --url https://revive-api-v2-production.herokuapp.com/health
{
  "uptime": 123,
  "message": "<string>",
  "timestamp": 123
}

Response

200 - application/json

API is healthy

uptime
number
message
string
timestamp
number