Skip to main content
GET
/
health
Health check
curl --request GET \
  --url https://eddyhdzg.com/api/v1/health
{
  "status": "ok",
  "paused": true,
  "timestamp": "2023-11-07T05:31:56Z",
  "version": "v1"
}

Response

200 - application/json

Service reachable

status
string
required
Example:

"ok"

paused
boolean
required
timestamp
string<date-time>
required
version
string
required
Example:

"v1"