cURL
curl --request GET \ --url https://api.triqai.com/
{ "success": true, "data": { "status": "healthy", "service": "<string>", "version": "<string>" }, "meta": { "generatedAt": "2023-11-07T05:31:56Z", "requestId": "<string>", "version": "<string>" } }
Returns the same health payload as /health.
/health
Service is healthy
true
Show child attributes
Was this page helpful?