Health
Checks whether the system's components are up and running.
Authorizations
Responses
200
The Health Check is successful
application/json
503
The Health Check is not successful
application/json
get
GET /health HTTP/1.1
Host: api.tradeaware.live-eo.com
Authorization: Bearer JWT
Accept: */*
{
"status": "ok",
"info": {
"database": {
"status": "up"
}
},
"error": {},
"details": {
"database": {
"status": "up"
}
}
}
Last updated