cURL
curl --request GET \ --url https://api.baytos.ai/v1/health
{ "status": "healthy", "timestamp": "2023-11-07T05:31:56Z", "service": "bayt-api", "version": "1.0.0" }
Check the health status of the API service
Service is healthy
"healthy"
"bayt-api"
"1.0.0"