GET
/
api
/
v0
/
health
Authenticated health check endpoint
curl --request GET \
  --url https://api.devdraft.ai/api/v0/health \
  --header 'x-client-secret: <api-key>'
{
  "status": "ok",
  "timestamp": "2023-07-01T12:00:00.000Z",
  "version": "1.0.0",
  "database": "connected",
  "message": "Service is up and running",
  "authenticated": true
}

Authorizations

x-client-secret
string
header
required

Your secret API key. Keep this secure and never expose it in client-side code.

Response

200
application/json

Service is up and running

The response is of type object.