ColossusColossus
API Reference

Health Check

Returns the health status of the service including database and contract connectivity

GET
/health

Response Body

application/json

curl -X GET "http://localhost:3000/health"
{
  "status": "ok",
  "service": "iso8583-bundler",
  "timestamp": "2019-08-24T14:15:22Z",
  "sponsor": "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266",
  "contracts": {
    "emvValidator": "0x5FbDB2315678afecb367f032d93F642f64180aa3",
    "emvSettlement": "0xe7f1725E7734CE288F8367e1Bb143E90bb3F0512"
  },
  "database": {
    "healthy": true
  }
}