Last updated 4 months ago
Retrieve which version this application server is currently running.
Version information about the application
Git commit sha of the currently deployed version
"b6f4598bd465a397190ceb2ba4d1be5d7f0a9621"
const response = await fetch('https://api.tradeaware.live-eo.com/version', { method: 'GET', headers: {}, }); const data = await response.json();
{ "gitCommitSha": "b6f4598bd465a397190ceb2ba4d1be5d7f0a9621" }