{ "opencollection": "1.0.0", "info": { "name": "Chick-fil-A BOVINE Accounts System API", "version": "1.0" }, "items": [ { "info": { "name": "System", "type": "folder" }, "items": [ { "info": { "name": "Chick-fil-A Ping the BOVINE Service", "type": "http" }, "http": { "method": "GET", "url": "https://api.example.com/api/ping", "params": [ { "name": "operation", "value": "status", "type": "query", "description": "The named operation to dispatch." } ] }, "docs": "Health-check style endpoint that dispatches a named operation and returns a response payload." }, { "info": { "name": "Chick-fil-A Initiate Login", "type": "http" }, "http": { "method": "GET", "url": "https://api.example.com/login" }, "docs": "Initiates the authentication flow for the BOVINE single-page application." }, { "info": { "name": "Chick-fil-A Get Dashboard Summary", "type": "http" }, "http": { "method": "GET", "url": "https://api.example.com/api/dashboard" }, "docs": "Returns the aggregate dashboard summary statistics across all monitored AWS accounts." } ] } ], "bundled": true }