Skip to main content
GET
/
health
Health check
curl --request GET \
  --url https://api.onecli.sh/v1/health
{
  "status": "ok",
  "version": "<string>",
  "timestamp": "2023-11-07T05:31:56Z"
}

Response

200 - application/json

Service health

status
string
Example:

"ok"

version
string
timestamp
string<date-time>