{ "opencollection": "1.0.0", "info": { "name": "Spike.sh Alert Rules Status Pages API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Status Pages", "type": "folder" }, "items": [ { "info": { "name": "Get all status pages", "type": "http" }, "http": { "method": "GET", "url": "https://api.spike.sh/api/status-page/all" }, "docs": "Retrieve all status pages." }, { "info": { "name": "Get status page details", "type": "http" }, "http": { "method": "GET", "url": "https://api.spike.sh/api/status-page/:status_page_id", "params": [ { "name": "status_page_id", "value": "", "type": "path" } ] }, "docs": "Get details for a specific status page." } ] } ], "bundled": true }