GET
/
api
/
v0
/
health
/
public
Public health check endpoint
curl --request GET \
  --url https://api.devdraft.ai/api/v0/health/public
{
  "status": "ok",
  "timestamp": "2023-07-01T12:00:00.000Z",
  "version": "1.0.0"
}

Response

200 - application/json

Basic service health check

The response is of type object.