Skip to main content
GET
/
health
Healthcheck
curl --request GET \
  --url https://cloud.onyx.app/api/health
{
  "success": true,
  "message": "<string>",
  "data": "<any>"
}

Response

200 - application/json

Successful Response

success
boolean
message
string | null
data
any
I