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

The response is of type object.