Skip to main content
GET
/
health
Health check
curl --request GET \
  --url https://api.triqai.com/health
{
  "success": true,
  "data": {
    "status": "healthy",
    "service": "Triqai API",
    "version": "0.1.0"
  },
  "meta": {
    "generatedAt": "2023-11-07T05:31:56Z",
    "requestId": "<string>",
    "version": "<string>"
  }
}

Response

200 - application/json

Service is healthy

success
boolean
Example:

true

data
object
meta
object