Have you ever thought about setting automated API monitoring? If yes, then it is good idea to setup an open source status page as well for your APIs. This way, you can establish trust and provide a view to your clients to check how your APIs are behaving over past few days. There could be several other ways to implement this, but this is what I am going to propose. Basically, we can interconnect few systems together and automatated API monitoring and status page. The workflow will be something like this: Build API monitoring script using Postman tool Export Postman collection Install following softwares on AWS EC2 instance: Jenkins (Installation steps in serarate article) Cachet (Installation steps in serarate article) MariaDB (Installation steps in serarate article) Newman (Command Line Postman Utility) (Installation steps in serarate article) Setup Jenkins job and configure postman collection using Newman Configure Jenkins job to run periodically Next, when