Skip to main content
GET
/
health
Health check
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"
}

Response

200 - application/json

Service is healthy

status
string
Example:

"healthy"

timestamp
string<date-time>
service
string
Example:

"bayt-api"

version
string
Example:

"1.0.0"