🚀 Devdraft Launch Week I is live! Sign up for exclusive access and early features. Learn more →
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
}
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
}
Your secret API key. Keep this secure and never expose it in client-side code.
Service is up and running
The response is of type object
.