cURL
curl --request GET \ --url https://api.dev.knowmio.com/api/health \ --header 'x-api-key: <api-key>'
{ "status": "healthy", "timestamp": "2023-11-07T05:31:56Z", "database": "connected" }
Returns the health status of the API and database connection
API key for authentication (lowercase header name)
System is healthy
healthy
connected