Last updated 4 months ago
Checks whether the system's components are up and running.
The Health Check is successful
"ok"
const response = await fetch('https://api.tradeaware.live-eo.com/health', { method: 'GET', headers: {}, }); const data = await response.json();
{ "status": "ok", "info": { "database": { "status": "up" } }, "error": {}, "details": { "database": { "status": "up" } } }