Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 216 Bytes

healthcheck.md

File metadata and controls

17 lines (12 loc) · 216 Bytes

Health Check Endpoint

URL : https://bank.raspicluster.pl/

Method : GET

Required Body : {}

Success Response

Code : 200

{
    "status": "OK",
    "message": "System is OK"
}