Skip to main content
GET
/
health
API health check
curl --request GET \
  --url http://localhost:5173/api/flowdrop/health
{
  "status": "healthy",
  "timestamp": "2023-11-07T05:31:56Z",
  "version": "1.0.0",
  "service": "FlowDrop API",
  "uptime": 3600
}

Response

API is healthy

status
string
Example:

"healthy"

timestamp
string<date-time>
version
string
Example:

"1.0.0"

service
string
Example:

"FlowDrop API"

uptime
integer

Uptime in seconds

Example:

3600